Class OIndexCandidateChain
java.lang.Object
com.orientechnologies.orient.core.sql.executor.metadata.OIndexCandidateChain
- All Implemented Interfaces:
OIndexCandidate
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orientechnologies.orient.core.sql.executor.metadata.OIndexCandidate
OIndexCandidate.PropertyValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanfullySorted(List<String> properties, OCommandContext ctx) getName()invert()booleannormalize(OCommandContext ctx) booleanvoidsetOperation(OIndexFinder.Operation operation) toValues()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.metadata.OIndexCandidate
finalize, getStreams
-
Constructor Details
-
OIndexCandidateChain
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceOIndexCandidate
-
invert
- Specified by:
invertin interfaceOIndexCandidate
-
add
-
setOperation
-
getOperation
- Specified by:
getOperationin interfaceOIndexCandidate
-
normalize
- Specified by:
normalizein interfaceOIndexCandidate
-
properties
- Specified by:
propertiesin interfaceOIndexCandidate
-
requiresDistinctStep
- Specified by:
requiresDistinctStepin interfaceOIndexCandidate
-
fullySorted
- Specified by:
fullySortedin interfaceOIndexCandidate
-
values
- Specified by:
valuesin interfaceOIndexCandidate
-
toValues
- Specified by:
toValuesin interfaceOIndexCandidate
-
isDirectIndex
public boolean isDirectIndex()- Specified by:
isDirectIndexin interfaceOIndexCandidate
-