GreptimeTeam/greptimedb

[Tracking issue] Add more JSON UDFs

Open

#4,805 opened on Oct 9, 2024

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Rust (495 forks)github user discovery
C-featuregood first issuehelp wanted

Repository metrics

Stars
 (6,332 stars)
PR merge metrics
 (PR metrics pending)

Description

What problem does the new feature solve?

The previous tracking issue #4230 introduced some basic JSON UDFs. This tracking issue aims to expand on that by adding more advanced UDFs, enabling more powerful querying capabilities.

What does the feature do?

  • JSON_OBJECT_KEYS Returns an Array containing the list of keys in the input JSON Object.
  • JSON_PATH_EXISTS Checks whether a specified path exists in JSON data.
  • JSON_PATH_MATCH Checks whether a specified JSON path expression matches certain conditions within a JSON data. ...

Implementation challenges

No response

Contributor guide