Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-930

Add Support for Mondrian (OLAP)

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 8.2
    • 8.0
    • Import/Export
    • None

    Description

      Teiid 7.4 version adds a new OLAP Translator. This translator mimics more like File translator. Designer needs to add support for this translator. In order to use this translator supported procedure, Designer also need to support "arraytable", I think once the Designer libraries are upgraded to 7.4 this will be generally available. Until this JIRA is user can always hand model the procedure for OLAP source, which in the from

      ResultSet invokeMDX(String mdxQuery)

      The Resultset above should have a single column called "tuple" with data type "Object". During the runtime, this Object is really Object[] that can be used as below

      select t.* from (call invokeMDX('query')) x, arraytable(x.tuple COLUMNS col1 string, col2 integer) t;

      Attachments

        Issue Links

          Activity

            People

              mdrillin1@redhat.com Mark Drilling (Inactive)
              rhn-engineering-rareddy Ramesh Reddy
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: