You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/05/16 02:18:42 UTC

[GitHub] [calcite] danny0405 commented on a change in pull request #1209: [CALCITE-2601] Support REVERSE(str) in SqlFunctions

danny0405 commented on a change in pull request #1209: [CALCITE-2601] Support REVERSE(str) in SqlFunctions
URL: https://github.com/apache/calcite/pull/1209#discussion_r284517360
 
 

 ##########
 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:
   Move this item together with other mysql functions.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services