You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Gabor Kaszab (Jira)" <ji...@apache.org> on 2020/03/27 16:00:00 UTC

[jira] [Created] (IMPALA-9559) Implement constructors for complex types

Gabor Kaszab created IMPALA-9559:
------------------------------------

             Summary: Implement constructors for complex types
                 Key: IMPALA-9559
                 URL: https://issues.apache.org/jira/browse/IMPALA-9559
             Project: IMPALA
          Issue Type: New Feature
          Components: Backend, Frontend
            Reporter: Gabor Kaszab


even if we can't write them to a file it makes sense to play around with queries as:
{code:java}
WITH T as (SELECT ARRAY(1,2) A, STRUCT(1 as S1, 2 as S2) S) SELECT T.S.S1 from T;
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org