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 2017/08/09 15:27:00 UTC

[jira] [Created] (FLINK-7403) Remove expandLocalRef() before code generation

Timo Walther created FLINK-7403:
-----------------------------------

             Summary: Remove expandLocalRef() before code generation
                 Key: FLINK-7403
                 URL: https://issues.apache.org/jira/browse/FLINK-7403
             Project: Flink
          Issue Type: Improvement
          Components: Table API & SQL
            Reporter: Timo Walther


Currently, we expand local references before code generation. This means that expressions that actually only need to be evaluated once, might be evaluated multiple times. We should remove the expand step where possible.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)