Class JoinUnionTransposeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class JoinUnionTransposeRule extends RelRule<JoinUnionTransposeRule.Config> implements TransformationRule
Planner rule that pushes a Join past a non-distinct Union.
See Also: