Whether to support a set of json path syntax like mysql #24907
davedwwang
started this conversation in
Ideas
Replies: 1 comment
-
|
Can you give me an example of a json path that mysql supports but doris does not? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I developed the json function according to the mysql documentation, I found that mysql supports a complete set of json_path syntax, is it necessary for doris to support it?
https://github.com/mysql/mysql-server/blob/ea1efa9822d81044b726aab20c857d5e1b7e046a/sql-common/json_path.h#L322
/**
A JSON path expression.
From the user's point of view, a path expression is a string literal
with the following structure. We parse this structure into a
Json_path object:
*/
Beta Was this translation helpful? Give feedback.
All reactions