Class RelOptRule.ConverterRelOptRuleOperand

java.lang.Object
org.apache.calcite.plan.RelOptRuleOperand
org.apache.calcite.plan.RelOptRule.ConverterRelOptRuleOperand
Enclosing class:
RelOptRule

protected static class RelOptRule.ConverterRelOptRuleOperand extends RelOptRuleOperand
Operand to an instance of the converter rule.
  • Method Details

    • matches

      public boolean matches(RelNode rel)
      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 class RelOptRuleOperand