matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.71k stars 265 forks source link

[Feature Request]: Add function jq and try_jq #17134

Open fengttt opened 2 weeks ago

fengttt commented 2 weeks ago

Is there an existing issue for the same feature request?

Is your feature request related to a problem?

Json processing.   Full jq support.

Related, we have json_extract function.  #4121
But I believe full jq support is probably more useful.

Describe the feature you'd like

Wrap gojq in two functions, jq and try_jq.

Describe implementation you've considered

No response

Documentation, Adoption, Use Case, Migration Strategy

No response

Additional information

No response

fengttt commented 2 weeks ago

related, json_extract, see #4121