You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (JIRA)" <ji...@apache.org> on 2019/02/28 16:01:00 UTC

[jira] [Created] (FLINK-11788) Support Code Generation for RexNode

Jark Wu created FLINK-11788:
-------------------------------

             Summary: Support Code Generation for RexNode
                 Key: FLINK-11788
                 URL: https://issues.apache.org/jira/browse/FLINK-11788
             Project: Flink
          Issue Type: New Feature
          Components: API / Table SQL
            Reporter: Jark Wu
            Assignee: Jark Wu


Introduce {{CodeGeneratorContext}} and {{ExprCodeGenerator}} to support generation codes from RexNode.

The {{CodeGeneratorContext}} will keep all the reusable statements which will be the basic class for code generation. In the future, we will introduce {{FunctionCodeGeneration}}, {{AggregateCodeGeneration}}, etc... and they will depend on the {{CodeGeneratorContext}} to store reusable statements. 

The {{ExprCodeGenerator}} will only do generating codes from RexNode.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)