Class AggregateRemoveRule


  • public class AggregateRemoveRule
    extends RelOptRule
    Planner rule that removes a Aggregate if it computes no aggregate functions (that is, it is implementing SELECT DISTINCT) and the underlying relational expression is already distinct.