Skip to content

Commit 913bf86

Browse files
authored
Refactor: move RowGroupPredicateBuilder into its own module, rename to PruningPredicateBuilder (#365)
* Move row group pruning logic into pruning.rs * Rename RowGroup Predicates --> Pruning Predicates, touch up comments * add rat * Remove commented out println! and code * use .any instead of filter/count
1 parent 2f73558 commit 913bf86

File tree

3 files changed

+784
-749
lines changed

3 files changed

+784
-749
lines changed

datafusion/src/physical_optimizer/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
pub mod coalesce_batches;
2222
pub mod merge_exec;
2323
pub mod optimizer;
24+
pub mod pruning;
2425
pub mod repartition;

0 commit comments

Comments
 (0)