Module datafusion::optimizer::push_down_filter
source · Expand description
PushDownFilter
Moves filters so they are applied as early as possible in
the plan.
Structs§
- Optimizer rule for pushing (moving) filter expressions down in a plan so they are applied as early as possible.
Functions§
- replaces columns by its name on the projection.