yiguolei commented on code in PR #4001:
URL: https://github.com/apache/doris-website/pull/4001#discussion_r3619326474
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/variant-functions/parse-to-variant.md:
##########
@@ -0,0 +1,87 @@
+---
+{
+ "title": "PARSE_TO_VARIANT",
+ "language": "zh-CN",
+ "description": "将 JSON 文本解析为 VARIANT 值。"
+}
+---
+
+## 功能
+
+`PARSE_TO_VARIANT` 将 `VARCHAR` 表达式中的一个完整 JSON 值解析为 `VARIANT`。支持 JSON
对象、数组、字符串、数字、布尔值和 JSON 字面量 `null`。
+
+## 语法
+
+```sql
+PARSE_TO_VARIANT(json_text)
+```
+
+## 参数
+
+- `json_text`:包含一个完整 JSON 值的 `VARCHAR` 表达式。
Review Comment:
这个parse to variant,不可以输入一个jsonb 吗?
--
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]