Expand description
Physical optimizer traits
Structs§
- Physical
Optimizer - A rule-based physical optimizer.
Traits§
- Physical
Optimizer Rule PhysicalOptimizerRule
transforms one [‘ExecutionPlan’] into another which computes the same results, but in a potentially more efficient way.