public class BeamBasicAggregationRule
extends org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.plan.RelOptRule
Doesn't support windowing, as we extract window information from projection node.
BeamAggregationRule supports projection and windowing.
| Modifier and Type | Field and Description | 
|---|---|
| static BeamBasicAggregationRule | INSTANCE | 
| Constructor and Description | 
|---|
| BeamBasicAggregationRule(java.lang.Class<? extends org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.rel.core.Aggregate> aggregateClass,
                        org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.tools.RelBuilderFactory relBuilderFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onMatch(org.apache.beam.vendor.calcite.v1_26_0.org.apache.calcite.plan.RelOptRuleCall call) | 
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic static final BeamBasicAggregationRule INSTANCE