[jira] [Created] (FLINK-14262) support referencing function with fully/partially qualified names in SQL

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

[jira] [Created] (FLINK-14262) support referencing function with fully/partially qualified names in SQL

Shang Yuanchun (Jira)
Bowen Li created FLINK-14262:
--------------------------------

             Summary: support referencing function with fully/partially qualified names in SQL
                 Key: FLINK-14262
                 URL: https://issues.apache.org/jira/browse/FLINK-14262
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Bowen Li
            Assignee: Jingsong Lee
             Fix For: 1.10.0


Flink should support referencing function with fully/partially qualified names in SQL

{code:java}
SELECT <cat>.<db>.<func>(col) FROM T
SELECT <db>.<func>(col) FROM T
{code}

This work depends on the completion of other subtasks in FLINK-14090



--
This message was sent by Atlassian Jira
(v8.3.4#803005)