public class FlinkAggregateProjectMergeRule
extends org.apache.calcite.rel.rules.AggregateProjectMergeRule
FLINK modifications are at lines
org.apache.calcite.rel.rules.AggregateProjectMergeRule.Config
org.apache.calcite.plan.RelRule.Done, org.apache.calcite.plan.RelRule.MatchHandler<R extends org.apache.calcite.plan.RelOptRule>, org.apache.calcite.plan.RelRule.OperandBuilder, org.apache.calcite.plan.RelRule.OperandDetailBuilder<R extends org.apache.calcite.rel.RelNode>, org.apache.calcite.plan.RelRule.OperandTransform
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.plan.RelOptRule |
INSTANCE |
Modifier | Constructor and Description |
---|---|
protected |
FlinkAggregateProjectMergeRule(org.apache.calcite.rel.rules.AggregateProjectMergeRule.Config config) |
Modifier and Type | Method and Description |
---|---|
static @Nullable org.apache.calcite.rel.RelNode |
newApply(org.apache.calcite.plan.RelOptRuleCall call,
org.apache.calcite.rel.core.Aggregate aggregate,
org.apache.calcite.rel.core.Project project) |
void |
onMatch(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, unordered
protected FlinkAggregateProjectMergeRule(org.apache.calcite.rel.rules.AggregateProjectMergeRule.Config config)
public void onMatch(org.apache.calcite.plan.RelOptRuleCall call)
onMatch
in class org.apache.calcite.rel.rules.AggregateProjectMergeRule
public static @Nullable org.apache.calcite.rel.RelNode newApply(org.apache.calcite.plan.RelOptRuleCall call, org.apache.calcite.rel.core.Aggregate aggregate, org.apache.calcite.rel.core.Project project)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.