Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
ghx-label-1
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;