Expand description

Query optimizer traits

Structs

A rule-based optimizer.
Options to control the DataFusion Optimizer.

Traits

OptimizerRule transforms one [‘LogicalPlan’] 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.