Class SortUnionTransposeRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class SortUnionTransposeRule extends RelRule<SortUnionTransposeRule.Config> implements TransformationRule
Planner rule that pushes a Sort past a Union.
See Also: