-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
-
High
SQLXML is standard that lets users define XML constructs to define a XML documents using SQL. However there is such standard exists for producing the JSON based documents.
It would be nice if Teiid provides such SQL language extensions produce and deal with JSON documents. The constructs equivalent from SQLXML are
JsonParse
JsonObject
JsonArray
JsonForrest
JsonAgg
Added and documented jsonParse, jsonObject, jsonArray, jsonArray_Agg. Also logged
TEIID-2390to improve document generation performance.