xiaokang commented on code in PR #24801: URL: https://github.com/apache/doris/pull/24801#discussion_r1566590157
########## be/src/util/jsonb_document.h: ########## @@ -554,6 +554,9 @@ class JsonbValue { //Get the number of jsonbvalue elements int length() const; + //Get the depth of jsonbvalue + int base_depth() const; Review Comment: depth() is more simple and easy to understand -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org