Class OQueryTargetOperator
java.lang.Object
com.orientechnologies.orient.core.sql.operator.OQueryOperator
com.orientechnologies.orient.core.sql.operator.OQueryTargetOperator
- Direct Known Subclasses:
OLuceneNearOperator,OLuceneSpatialOperator,OLuceneTextOperator,OLuceneWithinOperator
Operator that filters the target records.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Nested Class Summary
Nested classes/interfaces inherited from class com.orientechnologies.orient.core.sql.operator.OQueryOperator
OQueryOperator.ORDER -
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.operator.OQueryOperator
DEFAULT_OPERATORS_ORDER, expectedRightWords, expectsParameters, keyword, precedence, unary -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOQueryTargetOperator(String iKeyword, int iPrecedence, boolean iLogical) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.sql.operator.OQueryOperator
canShortCircuit, compare, configure, evaluate, getKeyword, getSyntax, isSupportingBinaryEvaluate, isUnary, toString
-
Constructor Details
-
OQueryTargetOperator
-