Class LoptOptimizeJoinRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class LoptOptimizeJoinRule extends RelRule<LoptOptimizeJoinRule.Config> implements TransformationRule
Planner rule that implements the heuristic planner for determining optimal join orderings.

It is triggered by the pattern LogicalProject (MultiJoin).

See Also: