Module optimizer

Source
Expand description

Physical optimizer traits

Structs§

PhysicalOptimizer
A rule-based physical optimizer.

Traits§

PhysicalOptimizerRule
PhysicalOptimizerRule transforms one [‘ExecutionPlan’] into another which computes the same results, but in a potentially more efficient way.