databendlabs / jsonb

JSONB implement in rust
Apache License 2.0
66 stars 11 forks source link

Tracking: Support the full JSON Path language #12

Open b41sh opened 1 year ago

b41sh commented 1 year ago

JSON path has already implemented the basic elements accessors and comparison predicates filter expression, in order to support the full JSON Path language, the following tasks need to be done further.

The syntax and functionality of JSON Path should be implemented in accordance with the SQL:2016 (ISO/IEC 9075:2016) standard. Here are some references: