Skip to main content

Module optimizer

Module optimizer 

Source
Expand description

Static rewrite rules for physical plans.

Structs§

PlanParentReduceRuleAdapter
Bridges a typed PlanParentReduceRule to a type-erased static registry.
PlanParentRuleSet
An ordered static collection of parent-child plan rewrite rules.
PlanReduceRuleAdapter
Bridges a typed PlanReduceRule to a type-erased static registry.
PlanRuleSet
An ordered static collection of single-plan rewrite rules.

Traits§

DynPlanParentReduceRule
Type-erased interface used by PlanParentRuleSet.
DynPlanReduceRule
Type-erased interface used by PlanRuleSet.
PlanParentReduceRule
A metadata-only rewrite where a child plan rewrites its parent plan.
PlanReduceRule
A rewrite over one concrete plan operator.