[jira] [Created] (FLINK-12354) Add Reverse function supported in Table API and SQL

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-12354) Add Reverse function supported in Table API and SQL

Shang Yuanchun (Jira)
Zhanchun Zhang created FLINK-12354:
--------------------------------------

             Summary: Add Reverse function supported in Table API and SQL
                 Key: FLINK-12354
                 URL: https://issues.apache.org/jira/browse/FLINK-12354
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Zhanchun Zhang
            Assignee: Zhanchun Zhang


Returns the string _{{str}}_ with the order of the characters reversed.

eg: SELECT REVERSE('abc');  -> 'cba'



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)