zclllyybb commented on code in PR #3303: URL: https://github.com/apache/doris-website/pull/3303#discussion_r2726290601
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/array-functions/array-sortby.md: ########## @@ -47,3 +47,5 @@ - `array_sortby([10,20,30], NULL)` -> `[10, 20, 30]` - `array_sortby(NULL, [2,3])` -> `NULL` +- 多位数组排序:key 的排序规则按照内部元素的类型排序。 Review Comment: 多维 -- 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]
