org.eigenbase.rel.convert
Class ConverterRule.ConverterRelOptRuleOperand
java.lang.Object
org.eigenbase.relopt.RelOptRuleOperand
org.eigenbase.rel.convert.ConverterRule.ConverterRelOptRuleOperand
- Enclosing class:
- ConverterRule
private static class ConverterRule.ConverterRelOptRuleOperand
- extends RelOptRuleOperand
Method Summary |
boolean |
matches(RelNode rel)
Returns whether a relational expression matches this operand. |
ConverterRule.ConverterRelOptRuleOperand
public ConverterRule.ConverterRelOptRuleOperand(Class clazz,
RelTrait in)
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 calling convention.
- Overrides:
matches
in class RelOptRuleOperand