Module datafusion_optimizer::eliminate_filter
source · Expand description
EliminateFilter
replaces where false
or where null
with an empty relation.
Structs§
- Optimization rule that eliminate the scalar value (true/false/null) filter with an LogicalPlan::EmptyRelation