public class BatchPhysicalMatchRule extends CommonPhysicalMatchRule
FlinkLogicalMatch
to BatchPhysicalMatch
.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 and Type | Method and Description |
---|---|
org.apache.calcite.rel.RelNode |
convert(org.apache.calcite.rel.RelNode rel) |
protected org.apache.calcite.rel.RelNode |
convertToPhysicalMatch(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traitSet,
org.apache.calcite.rel.RelNode convertInput,
org.apache.flink.table.planner.plan.logical.MatchRecognize matchRecognize,
org.apache.calcite.rel.type.RelDataType rowType) |
convert, matches
getInTrait, getOutConvention, getOutTrait, getTraitDef, isGuaranteed, onMatch
public org.apache.calcite.rel.RelNode convert(org.apache.calcite.rel.RelNode rel)
convert
in class org.apache.calcite.rel.convert.ConverterRule
protected org.apache.calcite.rel.RelNode convertToPhysicalMatch(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.rel.RelNode convertInput, org.apache.flink.table.planner.plan.logical.MatchRecognize matchRecognize, org.apache.calcite.rel.type.RelDataType rowType)
convertToPhysicalMatch
in class CommonPhysicalMatchRule
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.