NobiGo commented on code in PR #3830: URL: https://github.com/apache/calcite/pull/3830#discussion_r1667857228
########## site/_docs/reference.md: ########## @@ -2850,6 +2850,7 @@ In the following: | b | REGEXP_SUBSTR(string, regexp [, position [, occurrence]]) | Synonym for REGEXP_EXTRACT | b m p s | REPEAT(string, integer) | Returns a string consisting of *string* repeated of *integer* times; returns an empty string if *integer* is less than 1 | b m | REVERSE(string) | Returns *string* with the order of the characters reversed +| s | REVERSE(string | array) | Returns *string* with the characters in reverse order or array with elements in reverse order Review Comment: +1. Thanks for the explaination. -- 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]
