You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Hongze Zhang (JIRA)" <ji...@apache.org> on 2019/04/17 12:18:00 UTC

[jira] [Updated] (CALCITE-3010) In SQL parser, move JsonValueExpression into Expression

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

Hongze Zhang updated CALCITE-3010:
----------------------------------
    Description: 
Below is the syntax definition of {{JsonValueExpression}} from ISO/SEC 19075-6:
{code:java}
<JSON value expression> ::=
  <value expression> [ <JSON input clause> ]
<JSON input clause> ::=
  FORMAT <JSON representation>
<JSON representation> ::=
    JSON [ ENCODING { UTF8 | UTF16 | UTF32 } ]
  | <implementation-defined JSON representation option>
{code}

> In SQL parser, move JsonValueExpression into Expression
> -------------------------------------------------------
>
>                 Key: CALCITE-3010
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3010
>             Project: Calcite
>          Issue Type: Sub-task
>            Reporter: Hongze Zhang
>            Assignee: Hongze Zhang
>            Priority: Major
>
> Below is the syntax definition of {{JsonValueExpression}} from ISO/SEC 19075-6:
> {code:java}
> <JSON value expression> ::=
>   <value expression> [ <JSON input clause> ]
> <JSON input clause> ::=
>   FORMAT <JSON representation>
> <JSON representation> ::=
>     JSON [ ENCODING { UTF8 | UTF16 | UTF32 } ]
>   | <implementation-defined JSON representation option>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)