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

[jira] [Commented] (CALCITE-3233) Support Row type for SqlDataTypeSpec

    [ https://issues.apache.org/jira/browse/CALCITE-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903396#comment-16903396 ] 

Julian Hyde commented on CALCITE-3233:
--------------------------------------

Please be sure to update reference.md as part of this change. Syntax changes must be accompanied by documentation.

> Support Row type for SqlDataTypeSpec
> ------------------------------------
>
>                 Key: CALCITE-3233
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3233
>             Project: Calcite
>          Issue Type: Sub-task
>          Components: core
>    Affects Versions: 1.20.0
>            Reporter: Danny Chan
>            Assignee: Danny Chan
>            Priority: Major
>             Fix For: 1.21.0
>
>
> This is the grammar copied from SQL-2011:
> {code:sql}
> <row type> ::=
>   ROW <row type body>
> <row type body> ::=
>   <left paren> <field definition> [ { <comma> <field definition> }... ] <right paren>
> <field definition> ::=
>   <field name> <data type>
> {code}



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