Class AggregateUnionAggregateRule


  • public class AggregateUnionAggregateRule
    extends RelOptRule
    Planner rule that matches Aggregates beneath a Union and pulls them up, so that a single Aggregate removes duplicates.

    This rule only handles cases where the Unions still have only two inputs.