Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Implemented
-
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> ]
Attachments
Issue Links
- causes
-
CALCITE-6365 Support for RETURNING clause of JSON_QUERY
- Closed
- relates to
-
FLINK-35687 JSON_QUERY should return a well formatted nested objects/arrays for ARRAY<STRING>
- Closed
- links to