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

Add support for JSONPath functions #5493

Open
kesavkolla opened this issue Mar 7, 2023 · 1 comment
Open

Add support for JSONPath functions #5493

kesavkolla opened this issue Mar 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@kesavkolla
Copy link

Support for JSONPath functions

Datafusion to add JSONPath functions similar to PostgreSQL JSON functions

Specially if we get support for:

  • jsonb_path_query
  • jsonb_path_query_array
  • jsonb_path_query_first

This solves lot of issues with nested lists.

@kesavkolla kesavkolla added the enhancement New feature or request label Mar 7, 2023
@kesavkolla
Copy link
Author

duckdb has bunch of nested funcitons:

https://duckdb.org/docs/sql/functions/nested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant