public abstract class AggPruleBase extends Prule
| Modifier | Constructor and Description |
|---|---|
protected |
AggPruleBase(org.apache.calcite.plan.RelOptRuleOperand operand,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
create2PhasePlan(org.apache.calcite.plan.RelOptRuleCall call,
DrillAggregateRel aggregate) |
protected List<DrillDistributionTrait.DistributionField> |
getDistributionField(DrillAggregateRel rel,
boolean allFields) |
convert, isSingleModeprotected AggPruleBase(org.apache.calcite.plan.RelOptRuleOperand operand,
String description)
protected List<DrillDistributionTrait.DistributionField> getDistributionField(DrillAggregateRel rel, boolean allFields)
protected boolean create2PhasePlan(org.apache.calcite.plan.RelOptRuleCall call,
DrillAggregateRel aggregate)
Copyright © 2017 The Apache Software Foundation. All rights reserved.