Expand description
PushDownFilter
applies filters as early as possible
Structs§
- Optimizer rule for pushing (moving) filter expressions down in a plan so they are applied as early as possible.
Functions§
- Creates a new LogicalPlan::Filter node.
- replaces columns by its name on the projection.