zhangstar333 commented on code in PR #2947:
URL: https://github.com/apache/doris-website/pull/2947#discussion_r2418416387
##########
sidebars.json:
##########
@@ -1693,6 +1693,16 @@
"sql-manual/sql-functions/scalar-functions/hll-functions/hll-to-base64"
]
},
+ {
+ "type": "category",
+ "label": "Binary Functions",
Review Comment:
those have been add, could rebase the code to master
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/binary-functions/length.md:
##########
@@ -0,0 +1,40 @@
+---
+{
+ "title": "LENGTH",
+ "language": "zh-CN"
+}
+---
+
+## 描述
+
+返回二进制串的字节数。
+
+## 语法
+
+```sql
+LENGTH ( <bin> )
Review Comment:
seems it's better to expand it in length(string) doc, no need create this
doc alone
--
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]