[jira] [Created] (FLINK-17373) Support the NULL type for function calls

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

[jira] [Created] (FLINK-17373) Support the NULL type for function calls

Shang Yuanchun (Jira)
Timo Walther created FLINK-17373:
------------------------------------

             Summary: Support the NULL type for function calls
                 Key: FLINK-17373
                 URL: https://issues.apache.org/jira/browse/FLINK-17373
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API, Table SQL / Planner
            Reporter: Timo Walther
            Assignee: Timo Walther


According to FLIP-37, the null type is used to represent untyped NULL literals. Those are in particular useful when it comes to passing them to a function call. The new type inference of FLIP-65 is able to process call such as `f(NULL)`.



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