| ArrayAgg |
|
| JsonArray |
Creates a JSON array from the list of JSON objects and scalar values.
|
| JsonArrayAgg |
Aggregation function that aggregates JSON objects into a JSON array.
|
| JsonConcat |
Merges two JSON objects into one.
|
| JsonExists |
For a given JSON object, checks whether the provided JSON path exists
|
| JsonExtract |
Extracts a value from the JSON object based on the provided JSON path.
|
| JsonFunctions |
|
| JsonObject |
Creates a JSON object from key-value pairs, where the key is mapped to a field with the
associated value.
|
| JsonObjectAgg |
Aggregation function that merges JSON objects into a single JSON object.
|
| JsonQuery |
For a given JSON object, executes a JSON path query against the object and returns the result as string.
|
| JsonToString |
|
| ObjectAgg |
|
| ToJson |
Parses a JSON object from string
|