-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs](load) add data type docs #1521
base: master
Are you sure you want to change the base?
Conversation
under the License. | ||
--> | ||
|
||
# Overview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please start from ## level 2 title
--- | ||
{ | ||
"title": "ARRAY", | ||
"language": "en" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zh-CN
1. 数据写入时进行 JSON 格式校验 | ||
2. 二进制存储格式更加高效,通过json_extract等函数可以高效访问JSON内部字段,比get_json_xx函数快几倍 | ||
|
||
:::caution[注意] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:::caution 注意
sidebars.json
Outdated
@@ -169,6 +169,16 @@ | |||
"data-operate/import/import-way/group-commit-manual" | |||
] | |||
}, | |||
{ | |||
"type": "category", | |||
"label": "Data Type", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should also edit current.json translate "label": "Data Type" to 数据类型
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also double check the difference between reference - sql data type: /sql-manual/sql-data-types/semi-structured/ARRAY
LGTM |
Versions
Languages
Docs Checklist