This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 129ffb7dd7 [docs](docs)fix display error #24775 129ffb7dd7 is described below commit 129ffb7dd75d50b752d76f45e8e6f188e4b96169 Author: Liqf <109049295+lemonlit...@users.noreply.github.com> AuthorDate: Mon Sep 25 08:38:51 2023 +0800 [docs](docs)fix display error #24775 --- .../zh-CN/docs/sql-manual/sql-functions/json-functions/json-contains.md | 2 ++ docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json-length.md | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json-contains.md b/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json-contains.md index 31c5403968..c37cddae96 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json-contains.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json-contains.md @@ -29,7 +29,9 @@ under the License. #### Syntax `BOOLEAN json_contains(JSON json_str, JSON candidate)` + `BOOLEAN json_contains(JSON json_str, JSON candidate, VARCHAR json_path)` + `BOOLEAN json_contains(VARCHAR json_str, VARCHAR candidate, VARCHAR json_path)` diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json-length.md b/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json-length.md index 5ff9f1c188..9d68e735a8 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json-length.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json-length.md @@ -29,6 +29,7 @@ under the License. #### Syntax `INT json_length(JSON json_str)` + `INT json_length(JSON json_str, VARCHAR json_path)` 如果指定path,该JSON_LENGTH()函数返回与 JSON 文档中的路径匹配的数据的长度,否则返回 JSON 文档的长度。该函数根据以下规则计算 JSON 文档的长度: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org