vortex_expr/pruning/
mod.rs

1mod pruning_predicate;
2mod relation;
3
4pub use pruning_predicate::{PruningPredicate, access_path_stat_field_name};