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)