nextdreamblue commented on issue #15584:
URL: https://github.com/apache/doris/issues/15584#issuecomment-1370437606
you can use like this:
SELECT
get_json_string('[{"processName":"aaa","util":10.1},{"processName":"bbb","util":20.2}]',
"$.processName"),get_json_int('[{"k1":1, "k2":2}]', "$.k1[0]");
SELECT
get_json_string('[{"processName":"aaa","util":10.1},{"processName":"bbb","util":20.2}]',
"$.processName"),get_json_double('[{"k1":1.1, "k2":2.2}]', "$.k1[0]");
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]