xuzifu666 commented on code in PR #4237: URL: https://github.com/apache/calcite/pull/4237#discussion_r1994610944
########## site/_docs/reference.md: ########## @@ -1452,6 +1452,7 @@ comp: | string || string | Concatenates two character strings | CHAR_LENGTH(string) | Returns the number of characters in a character string | CHARACTER_LENGTH(string) | As CHAR_LENGTH(*string*) +| STRLEN(string) | As CHAR_LENGTH(*string*) Review Comment: OK, I know STRLEN is not a standard operator, currently if add a function in SqlStdOperatorTable would force to add function in reference, so I would remove it in doc and SqlStdOperatorTable -- 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]
