forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature](json) Support json_search function (apache#40948)
Like mysql, json_search returns the path which point to a json string witch match the pattern. `SELECT JSON_SEARCH('["A",[{"B":"1"}],{"C":"AB"},{"D":"BC"}]', 'one', 'A_') as res;` ``` +----------+ | res | +----------+ | "$[2].C" | +----------+ ```
- Loading branch information
1 parent
01acd60
commit f7adddb
Showing
11 changed files
with
827 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.