Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
SQL standard says JSON_QUERY should support RETURNING clause similar to JSON_VALUE. Calcite supports the clause for JSON_VALUE already, but not for the JSON_QUERY.
<JSON query> ::= JSON_QUERY <left paren> <JSON API common syntax> [ <JSON output clause> ] [ <JSON query wrapper behavior> WRAPPER ] [ <JSON query quotes behavior> QUOTES [ ON SCALAR STRING ] ] [ <JSON query empty behavior> ON EMPTY ] [ <JSON query error behavior> ON ERROR ] <right paren> <JSON output clause> ::= RETURNING <data type> [ FORMAT <JSON representation> ]
In this issue I'd like to support only part of the full specification, namely:
<JSON output clause> ::= RETURNING <data type>
Attachments
Issue Links
- is caused by
-
FLINK-35216 Support for RETURNING clause of JSON_QUERY
- Closed
- links to