[FEATURE] Add json_append
and json_extend
functions to PPL
#3219
Labels
enhancement
New feature or request
json_append
and json_extend
functions to PPL
#3219
Is your feature request related to a problem?
As part of the RFC to add JSON functions, the
json_append
andjson_extend
functions allow users to manipulate the json document by adding elements to a json array.json_extend
flattens arrays before appending the values to the json document array.JSON
extended functions support #3027JSON
extended functions support #3028What solution would you like?
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: