private static class SubstitutionVisitor.QueryOperand extends SubstitutionVisitor.Operand
It is applied to a descendant of the query, writes the operand into the
slots array, and always matches.
There is a corresponding operand of type SubstitutionVisitor.TargetOperand that checks
whether its relational expression, a descendant of the target, is
equivalent to this QueryOperand's relational expression.
| Modifier and Type | Field and Description |
|---|---|
private int |
ordinal |
clazz| Modifier | Constructor and Description |
|---|---|
protected |
QueryOperand(int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(SubstitutionVisitor visitor,
MutableRel rel) |
isWeakerpublic boolean matches(SubstitutionVisitor visitor, MutableRel rel)
matches in class SubstitutionVisitor.OperandCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.