Class AggregateUnionTransposeRule

All Implemented Interfaces:
TransformationRule

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