You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Danny Chan (JIRA)" <ji...@apache.org> on 2019/08/06 10:06:00 UTC

[jira] [Created] (CALCITE-3231) Support ARRAY type for SqlDataTypeSpec

Danny Chan created CALCITE-3231:
-----------------------------------

             Summary: Support ARRAY type for SqlDataTypeSpec
                 Key: CALCITE-3231
                 URL: https://issues.apache.org/jira/browse/CALCITE-3231
             Project: Calcite
          Issue Type: Sub-task
          Components: core
    Affects Versions: 1.20.0
            Reporter: Danny Chan
            Assignee: Danny Chan
             Fix For: 1.21.0


Support the grammar in parser as follows:

{code:sql}
array[int_size] -- or
array<int_size>
type array
{code}




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)