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

feat(function): Support json_path_query using JSON path #11142

Merged
merged 8 commits into from
Apr 21, 2023

Conversation

b41sh
Copy link
Member

@b41sh b41sh commented Apr 20, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Support JSON path functions:

  • jsonb_path_query_first
  • jsonb_path_query
  • jsonb_path_query_array

Closes #10304

@vercel
Copy link

vercel bot commented Apr 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
databend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2023 5:39am

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Apr 20, 2023
@b41sh b41sh marked this pull request as ready for review April 21, 2023 03:34
@b41sh b41sh requested review from sundy-li and andylokandy April 21, 2023 03:35
@b41sh b41sh merged commit ee1f9c9 into databendlabs:main Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for more JSON path functions
3 participants