
public abstract class OQueryOperatorEqualityNotNulls extends OQueryOperatorEquality
OQueryOperator.ORDERDEFAULT_OPERATORS_ORDER, expectedRightWords, expectsParameters, keyword, precedence, unary| Modifier | Constructor and Description |
|---|---|
protected |
OQueryOperatorEqualityNotNulls(String iKeyword,
int iPrecedence,
boolean iLogical) |
protected |
OQueryOperatorEqualityNotNulls(String iKeyword,
int iPrecedence,
boolean iLogical,
int iExpectedRightWords) |
protected |
OQueryOperatorEqualityNotNulls(String iKeyword,
int iPrecedence,
boolean iUnary,
int iExpectedRightWords,
boolean iExpectsParameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluateRecord(OIdentifiable iRecord,
ODocument iCurrentResult,
OSQLFilterCondition iCondition,
Object iLeft,
Object iRight,
OCommandContext iContext,
ODocumentSerializer serializer) |
evaluate, evaluateExpressioncanBeMerged, canShortCircuit, compare, configure, executeIndexQuery, getBeginRidRange, getEndRidRange, getIndexReuseType, getOIndexSearchResult, getSyntax, isSupportingBinaryEvaluate, isUnary, toString, updateProfilerprotected OQueryOperatorEqualityNotNulls(String iKeyword, int iPrecedence, boolean iLogical)
protected OQueryOperatorEqualityNotNulls(String iKeyword, int iPrecedence, boolean iLogical, int iExpectedRightWords)
protected OQueryOperatorEqualityNotNulls(String iKeyword, int iPrecedence, boolean iUnary, int iExpectedRightWords, boolean iExpectsParameters)
public Object evaluateRecord(OIdentifiable iRecord, ODocument iCurrentResult, OSQLFilterCondition iCondition, Object iLeft, Object iRight, OCommandContext iContext, ODocumentSerializer serializer)
evaluateRecord in class OQueryOperatorEqualityCopyright © 2009–2025 OrientDB. All rights reserved.