You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2021/06/02 14:55:00 UTC

[jira] [Created] (FLINK-22857) Add possibility to call built-in functions in SpecializedFunction

Timo Walther created FLINK-22857:
------------------------------------

             Summary: Add possibility to call built-in functions in SpecializedFunction
                 Key: FLINK-22857
                 URL: https://issues.apache.org/jira/browse/FLINK-22857
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Timo Walther
            Assignee: Timo Walther


This is the last missing piece to avoid code generation when developing built-in functions. Core operations such as CAST, EQUALS, etc. will still use code generation but other built-in functions should be able to use these core operations without the need for generating code. It should be possible to call other built-in functions via a SpecializedFunction.



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