apache / apache/datafusion

Add support for JSONPath functions

Open
#5,493 1 comment 3 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
9.3k
Forks
2.4k
Avg merge
3d 7h
Merged PRs (30d)
344

Description

*Support for JSONPath functions*

Datafusion to add JSONPath functions similar to PostgreSQL [JSON functions](https://www.postgresql.org/docs/current/functions-json.html)

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.

Contributor guide

Open the contributing guide

Research direction

The issue names no implementation files or tests. Start by locating DataFusion's existing JSON-function entry points and compare the three requested functions with PostgreSQL's linked JSON functions; done means those functions are supported and covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust, sql
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.