Package org.apache.calcite.plan.volcano
Class ComboRuleTest.AddIntermediateNodeRule
- java.lang.Object
-
- org.apache.calcite.plan.RelOptRule
-
- org.apache.calcite.plan.volcano.ComboRuleTest.AddIntermediateNodeRule
-
- Enclosing class:
- ComboRuleTest
private static class ComboRuleTest.AddIntermediateNodeRule extends org.apache.calcite.plan.RelOptRule
Rule that adds an intermediate node above thePlannerTests.PhysLeafRel
.
-
-
Constructor Summary
Constructors Constructor Description AddIntermediateNodeRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.calcite.plan.Convention
getOutConvention()
void
onMatch(org.apache.calcite.plan.RelOptRuleCall call)
-
Methods inherited from class org.apache.calcite.plan.RelOptRule
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutTrait, hashCode, matches, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unordered
-
-
-
-
Method Detail
-
getOutConvention
public org.apache.calcite.plan.Convention getOutConvention()
- Overrides:
getOutConvention
in classorg.apache.calcite.plan.RelOptRule
-
onMatch
public void onMatch(org.apache.calcite.plan.RelOptRuleCall call)
- Specified by:
onMatch
in classorg.apache.calcite.plan.RelOptRule
-
-