public class BatchPhysicalPythonAggregateRule
extends org.apache.calcite.rel.convert.ConverterRule
FlinkLogicalAggregate
to BatchPhysicalPythonGroupAggregate
.org.apache.calcite.rel.convert.ConverterRule.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 |
BatchPhysicalPythonAggregateRule(org.apache.calcite.rel.convert.ConverterRule.Config config) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.rel.RelNode |
convert(org.apache.calcite.rel.RelNode relNode) |
boolean |
matches(org.apache.calcite.plan.RelOptRuleCall call) |
getInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatch
protected BatchPhysicalPythonAggregateRule(org.apache.calcite.rel.convert.ConverterRule.Config config)
public boolean matches(org.apache.calcite.plan.RelOptRuleCall call)
matches
in class org.apache.calcite.plan.RelOptRule
public org.apache.calcite.rel.RelNode convert(org.apache.calcite.rel.RelNode relNode)
convert
in class org.apache.calcite.rel.convert.ConverterRule
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.