pgwhalen opened a new pull request, #21250:
URL: https://github.com/apache/datafusion/pull/21250

    - `pruning_predicate_filter_pushdown.rs` demonstrates filter pushdown that 
removes partitions from the scan using PruningPredicate
    - `literal_guarantee_filter_pushdown.rs` demonstrates filter pushdown by 
directly pulling out literals using LiteralGuarantee and looking them up in a 
custom index
   
   ## Which issue does this PR close?
   
   - Closes #21145.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to