yanghua commented on a change in pull request #6773: [FLINK-10152] [table] Add reverse function in Table API and SQL URL: https://github.com/apache/flink/pull/6773#discussion_r221411780
########## File path: docs/dev/table/functions.md ########## @@ -2460,6 +2460,17 @@ REPLACE(string1, string2, string3) </td> </tr> + <tr> + <td> + {% highlight text %} +REVERSE(string) +{% endhighlight %} + </td> + <td> + <p>Returns the reversed result from <i>string</i>.</p> Review comment: If there is an example, it would be better to demonstrate the use of the function. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services