Class UnionToDistinctRule

All Implemented Interfaces:
TransformationRule

@Enclosing public class UnionToDistinctRule extends RelRule<UnionToDistinctRule.Config> implements TransformationRule
Planner rule that translates a distinct Union (all = false) into an Aggregate on top of a non-distinct Union (all = true).
See Also: