Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9559

Implement constructors for complex types

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Backend, Frontend

    Description

      even if we can't write them to a file it makes sense to play around with queries as:

      WITH T as (SELECT ARRAY(1,2) A, STRUCT(1 as S1, 2 as S2) S) SELECT T.S.S1 from T;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            gaborkaszab Gabor Kaszab
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: