[FEATURE] Add json
function to cast string to json object
#3209
Labels
enhancement
New feature or request
json
function to cast string to json object
#3209
Is your feature request related to a problem?
As part of the RFC to add JSON functions, the
json()
function would be useful to construct JSON_OBJECTS from json-encoded strings, or cast strings to JSON_OBJECTS.JSON
extended functions support #3027JSON
extended functions support #3028JSON
functions: construction and extraction opensearch-spark#780What solution would you like?
json(str)
function that constructs a JSON_OBJECT from a stringcast(str to json)
casting syntax to cast a string 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: