You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Gabor Kaszab (Jira)" <ji...@apache.org> on 2020/04/02 12:58:00 UTC

[jira] [Created] (IMPALA-9595) Predicate pushdown for complex types to scan node instead of unnest node

Gabor Kaszab created IMPALA-9595:
------------------------------------

             Summary: Predicate pushdown for complex types to scan node instead of unnest node
                 Key: IMPALA-9595
                 URL: https://issues.apache.org/jira/browse/IMPALA-9595
             Project: IMPALA
          Issue Type: New Feature
          Components: Backend, Frontend
            Reporter: Gabor Kaszab


Instead of evaluating predicates inside an unnest it would be better to push the predicates directly into the scanner that fills the “list of tuples” slot consumed by the unnest. For example, the predicate evaluation could be integrated into the scanner’s DFA for projecting complex input data to the minimal output tuple.




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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org