Skip to content

Commit

Permalink
[docs](docs)fix display error apache#24775
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonLiTree authored Sep 25, 2023
1 parent 9579634 commit 129ffb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)`


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 文档的长度:
Expand Down

0 comments on commit 129ffb7

Please sign in to comment.