Package org.apache.calcite.plan
Class RelOptRule.ConverterRelOptRuleOperand
java.lang.Object
org.apache.calcite.plan.RelOptRuleOperand
org.apache.calcite.plan.RelOptRule.ConverterRelOptRuleOperand
- Enclosing class:
RelOptRule
Operand to an instance of the converter rule.
-
Field Summary
Fields inherited from class org.apache.calcite.plan.RelOptRuleOperand
childPolicy, ordinalInParent, ordinalInRule, solveOrder, trait
-
Method Summary
Methods inherited from class org.apache.calcite.plan.RelOptRuleOperand
equals, getChildOperands, getMatchedClass, getParent, getRule, hashCode, setParent, setRule, toString
-
Method Details
-
matches
Description copied from class:RelOptRuleOperand
Returns whether a relational expression matches this operand. It must be of the right class and trait.- Overrides:
matches
in classRelOptRuleOperand
-