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