[jira] [Created] (FLINK-5523) Improve access of fields in code generated functions with filters

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-5523) Improve access of fields in code generated functions with filters

Shang Yuanchun (Jira)
Fabian Hueske created FLINK-5523:
------------------------------------

             Summary: Improve access of fields in code generated functions with filters
                 Key: FLINK-5523
                 URL: https://issues.apache.org/jira/browse/FLINK-5523
             Project: Flink
          Issue Type: Improvement
          Components: Table API & SQL
    Affects Versions: 1.1.4, 1.2.0, 1.3.0
            Reporter: Fabian Hueske
            Priority: Minor


The generated code for Table API / queries, accesses all required fields (for conditions and projections) and performs null checks before the first condition is evaluated.

It would be better to move the access of fields which are only required for projection behind the condition.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)