Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tracking issue] Add more JSON UDFs #4805

Open
3 tasks
WenyXu opened this issue Oct 9, 2024 · 1 comment
Open
3 tasks

[Tracking issue] Add more JSON UDFs #4805

WenyXu opened this issue Oct 9, 2024 · 1 comment
Labels
C-feature Category Features

Comments

@WenyXu
Copy link
Member

WenyXu commented Oct 9, 2024

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?

  • 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

@WenyXu WenyXu added the C-feature Category Features label Oct 9, 2024
@sunng87
Copy link
Member

sunng87 commented Oct 14, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category Features
Projects
None yet
Development

No branches or pull requests

2 participants