ambition119 commented on a change in pull request #1209: [CALCITE-2601] Support REVERSE(str) in SqlFunctions URL: https://github.com/apache/calcite/pull/1209#discussion_r284528703
########## File path: site/_docs/reference.md ########## @@ -2108,6 +2109,7 @@ semantics. | o | GREATEST(expr [, expr ]*) | Returns the greatest of the expressions | o | LEAST(expr [, expr ]* ) | Returns the least of the expressions | o p | TRANSLATE(expr, fromString, toString) | Returns *expr* with all occurrences of each character in *fromString* replaced by its corresponding character in *toString*. Characters in *expr* that are not in *fromString* are not replaced +| m | REVERSE(string) | Returns the reverse order of string values Review comment: done. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
