Expand description
Structs§
- Optimizer
- A rule-based optimizer.
- Optimizer
Context - A standalone
OptimizerConfig
that can be used independently of DataFusion’s config management
Enums§
- Apply
Order - Specifies how recursion for an
OptimizerRule
should be handled.
Traits§
- Optimizer
Config - Options to control the DataFusion Optimizer.
- Optimizer
Rule OptimizerRule
s 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 should simply return it unmodified.