Class JoinToHyperGraphRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class JoinToHyperGraphRule extends RelRule<JoinToHyperGraphRule.Config> implements TransformationRule
Rule that flattens a tree of LogicalJoins into a single HyperGraph with N inputs.
See Also: