apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
5.54k stars 1.03k forks source link

Add support for JSONPath functions #5493

Open kesavkolla opened 1 year ago

kesavkolla commented 1 year ago

Support for JSONPath functions

Datafusion to add JSONPath functions similar to PostgreSQL JSON functions

Specially if we get support for:

This solves lot of issues with nested lists.

kesavkolla commented 1 year ago

duckdb has bunch of nested funcitons:

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