[FEATURE] Add json
function to cast nested to json object
#3216
Labels
enhancement
New feature or request
json
function to cast nested to json object
#3216
Is your feature request related to a problem?
As part of the RFC to add JSON functions, the
json()
function would be useful to cast anested
object as a JSON_OBJECT using thejson()
function orcast(nested to json)
syntax.JSON
extended functions support #3027JSON
extended functions support #3028JSON
functions: construction and extraction opensearch-spark#780What solution would you like?
json(nested)
function that constructs a JSON_OBJECT from a nested objectcast(nested to json)
casting syntax to cast a nested object to a JSON_OBJECTJSON Cast:
What alternatives have you considered?
N/A
Do you have any additional context?
opensearch-project/opensearch-spark#780 - PR to add feature to opensearch-spark PPL
The text was updated successfully, but these errors were encountered: