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

Julian Hyde updated CALCITE-3946:
---------------------------------
    Description: 
Add support to Calcite's Babel parser for {{MULTISET}}/{{SET}} and {{VOLATILE}} 
modifiers in {{CREATE TABLE}} statements.

The syntax for these statements is:
{code:sql}
 CREATE TABLE [SET|MULTISET] [VOLATILE] <table_name>
   [IF NOT EXISTS] (<column_name> <data_type>, ...);
{code}

  was:
Add support to Calcite's Babel parser for MULTISET/SET and VOLATILE modifiers 
in CREATE TABLE statements.

The syntax for these statements is:
CREATE TABLE [SET|MULTISET] [VOLATILE] <table_name> [IF NOT EXISTS] 
(<column_name> <data_type>, ...);


> Add parser support for MULTISET/SET and VOLATILE modifiers in CREATE TABLE 
> statements
> -------------------------------------------------------------------------------------
>
>                 Key: CALCITE-3946
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3946
>             Project: Calcite
>          Issue Type: Improvement
>          Components: babel
>    Affects Versions: 1.22.0
>            Reporter: Drew Schmitt
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add support to Calcite's Babel parser for {{MULTISET}}/{{SET}} and 
> {{VOLATILE}} modifiers in {{CREATE TABLE}} statements.
> The syntax for these statements is:
> {code:sql}
>  CREATE TABLE [SET|MULTISET] [VOLATILE] <table_name>
>    [IF NOT EXISTS] (<column_name> <data_type>, ...);
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to