You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2020/04/24 13:01:00 UTC

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

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)