Expand description
Structs§
- A rule-based optimizer.
- A standalone
OptimizerConfigthat can be used independently of DataFusion’s config management
Enums§
- Specifies how recursion for an
OptimizerRuleshould be handled.
Traits§
- Options to control the DataFusion Optimizer.
OptimizerRules transforms oneLogicalPlaninto 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.