[ 
https://issues.apache.org/jira/browse/CALCITE-5956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hongyu guo updated CALCITE-5956:
--------------------------------
    Description: 
Calcite support SQL standard collection types, for example
{code:java}
INTEGER ARRAY;
INTEGER ARRAY ARRAY;
VARCHAR(5) MULTISET;
INTEGER MULTISET ARRAY;{code}
Many DBMS support a dialect of {{ARRAY<T>}} or {{MULITSET<T>}}
I think Calcite can also support this dialect in core Parser.

  was:
Calcite support SQL standard collection type, for example
{code:java}
INTEGER ARRAY;
INTEGER ARRAY ARRAY;
VARCHAR(5) MULTISET;
INTEGER MULTISET ARRAY;{code}
A lots of DBMS support a dialect `ARRAY<T>` or `MULITSET<T>`
I think Calcite also can support this dialect in Parser.


> Support parsing non-standand collection type
> --------------------------------------------
>
>                 Key: CALCITE-5956
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5956
>             Project: Calcite
>          Issue Type: New Feature
>          Components: core
>    Affects Versions: 1.35.0
>            Reporter: hongyu guo
>            Assignee: hongyu guo
>            Priority: Major
>             Fix For: 1.36.0
>
>
> Calcite support SQL standard collection types, for example
> {code:java}
> INTEGER ARRAY;
> INTEGER ARRAY ARRAY;
> VARCHAR(5) MULTISET;
> INTEGER MULTISET ARRAY;{code}
> Many DBMS support a dialect of {{ARRAY<T>}} or {{MULITSET<T>}}
> I think Calcite can also support this dialect in core Parser.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to