
public class OIndexMatchCondition extends OBooleanExpression
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
between |
protected List<OExpression> |
leftExpressions |
protected OBinaryCompareOperator |
operator |
protected List<OExpression> |
rightExpressions |
FALSE, TRUEchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OIndexMatchCondition(int id) |
OIndexMatchCondition(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OIndexMatchCondition |
copy() |
boolean |
equals(Object o) |
boolean |
evaluate(OIdentifiable currentRecord,
OCommandContext ctx) |
boolean |
evaluate(OResult currentRecord,
OCommandContext ctx) |
void |
extractSubQueries(SubQueryCollector collector) |
protected List<Object> |
getExternalCalculationConditions() |
List<String> |
getMatchPatternInvolvedAliases() |
protected int |
getNumberOfExternalCalculations() |
int |
hashCode() |
boolean |
isCacheable() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
boolean |
needsAliases(Set<String> aliases) |
boolean |
refersToParent() |
boolean |
supportsBasicCalculation() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
deserialize, deserializeFromOResult, encapsulateInAndBlock, flatten, getIndexedFunctionConditions, isEmpty, rewriteIndexChainsAsSubqueries, serialize, transformToUpdateItem, translateLuceneOperatorchildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected OBinaryCompareOperator operator
protected Boolean between
protected List<OExpression> leftExpressions
protected List<OExpression> rightExpressions
public OIndexMatchCondition(int id)
public OIndexMatchCondition(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class OBooleanExpressionpublic boolean evaluate(OIdentifiable currentRecord, OCommandContext ctx)
evaluate in class OBooleanExpressionpublic boolean evaluate(OResult currentRecord, OCommandContext ctx)
evaluate in class OBooleanExpressionpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic boolean supportsBasicCalculation()
supportsBasicCalculation in class OBooleanExpressionprotected int getNumberOfExternalCalculations()
getNumberOfExternalCalculations in class OBooleanExpressionprotected List<Object> getExternalCalculationConditions()
getExternalCalculationConditions in class OBooleanExpressionpublic boolean needsAliases(Set<String> aliases)
needsAliases in class OBooleanExpressionpublic OIndexMatchCondition copy()
copy in class OBooleanExpressionpublic void extractSubQueries(SubQueryCollector collector)
extractSubQueries in class OBooleanExpressionpublic boolean refersToParent()
refersToParent in class OBooleanExpressionpublic List<String> getMatchPatternInvolvedAliases()
getMatchPatternInvolvedAliases in class OBooleanExpressionpublic boolean isCacheable()
isCacheable in class OBooleanExpressionCopyright © 2009–2025 OrientDB. All rights reserved.