Modules§
Structs§
Traits§
- Logical
Optimizer Rule LogicalOptimizerRule
transforms oneLogicalPlan
into another which computes the same results, but in a potentially more efficient way. If there are no suitable transformations for the input plan, the optimizer can simply return it as is.