Module datafusion::physical_optimizer::pruning
source · Expand description
PruningPredicate
to apply filter Expr
to prune “containers”
based on statistics (e.g. Parquet Row Groups)
Structs§
- Used to prove that arbitrary predicates (boolean expression) can not possibly evaluate to
true
given information about a column provided byPruningStatistics
.
Traits§
- A source of runtime statistical information to
PruningPredicate
s.