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_r221411814
########## File path: docs/dev/table/functions.md ########## @@ -2712,6 +2723,17 @@ STRING1.replace(STRING2, STRING3) </td> </tr> + <tr> + <td> + {% highlight java %} +STRING.reverse() +{% endhighlight %} + </td> + <td> + <p>Returns the reversed result from <i>STRING</i>.</p> Review comment: need a example, please refer to other functions ---------------------------------------------------------------- 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