Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.35.0
-
None
-
None
Description
Calcite support SQL standard collection types. For example:
INTEGER ARRAY; INTEGER ARRAY ARRAY; VARCHAR(5) MULTISET; INTEGER MULTISET ARRAY;
Many DBMS support a dialect of ARRAY<T> and MULITSET<T>,
I think Calcite can also support this dialect in core Parser.
Attachments
Issue Links
- duplicates
-
CALCITE-5570 Support nested map type for SqlDataTypeSpec
- Closed
- is related to
-
CALCITE-5658 Collection types are un-parsed incorrectly for Apache Spark
- Open
- relates to
-
CALCITE-5570 Support nested map type for SqlDataTypeSpec
- Closed