public class BeamAggregationRule
extends org.apache.calcite.plan.RelOptRule
Modifier and Type | Field and Description |
---|---|
static BeamAggregationRule |
INSTANCE |
Constructor and Description |
---|
BeamAggregationRule(java.lang.Class<? extends org.apache.calcite.rel.core.Aggregate> aggregateClass,
java.lang.Class<? extends org.apache.calcite.rel.core.Project> projectClass,
org.apache.calcite.tools.RelBuilderFactory relBuilderFactory) |
Modifier and Type | Method and Description |
---|---|
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
public static final BeamAggregationRule INSTANCE