Module optimizer

Module optimizer 

Source

Modules§

rule

Structs§

LogicalOptimizer

Traits§

LogicalOptimizerRule
LogicalOptimizerRule 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.