You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous tracking issue #4230 introduced some basic JSON UDFs. This tracking issue aims to expand on that by adding more advanced UDFs, enabling more powerful querying capabilities.
What does the feature do?
JSON_OBJECT_KEYS Returns an Array containing the list of keys in the input JSON Object.
JSON_PATH_EXISTS Checks whether a specified path exists in JSON data.
JSON_PATH_MATCH Checks whether a specified JSON path expression matches certain conditions within a JSON data.
...
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
What problem does the new feature solve?
The previous tracking issue #4230 introduced some basic JSON UDFs. This tracking issue aims to expand on that by adding more advanced UDFs, enabling more powerful querying capabilities.
What does the feature do?
...
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: