public abstract class BeamCalcSplittingRule
extends org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptRule
RelOptRule
that converts a LogicalCalc
into a chain of AbstractBeamCalcRel
nodes via CalcRelSplitter
.Modifier | Constructor and Description |
---|---|
protected |
BeamCalcSplittingRule(java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
protected abstract CalcRelSplitter.RelType[] |
getRelTypes() |
boolean |
matches(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptRuleCall x) |
void |
onMatch(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptRuleCall relOptRuleCall) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unordered
protected BeamCalcSplittingRule(java.lang.String description)
public boolean matches(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptRuleCall x)
matches
in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptRule
public void onMatch(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptRuleCall relOptRuleCall)
onMatch
in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.plan.RelOptRule
protected abstract CalcRelSplitter.RelType[] getRelTypes()