Class OIndexCanditateAll
java.lang.Object
com.orientechnologies.orient.core.sql.executor.metadata.OIndexCanditateAll
- All Implemented Interfaces:
OIndexCandidate
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orientechnologies.orient.core.sql.executor.metadata.OIndexCandidate
OIndexCandidate.PropertyValue -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCanditate(OIndexCandidate canditate) booleanfullySorted(List<String> properties, OCommandContext ctx) getName()getStreams(OCommandContext ctx, boolean isOrderAsc) invert()booleannormalize(OCommandContext ctx) booleantoValues()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
-
Field Details
-
canditates
-
-
Constructor Details
-
OIndexCanditateAll
public OIndexCanditateAll()
-
-
Method Details
-
addCanditate
-
getCanditates
-
getName
- Specified by:
getNamein interfaceOIndexCandidate
-
invert
- Specified by:
invertin interfaceOIndexCandidate
-
getOperation
- Specified by:
getOperationin interfaceOIndexCandidate
-
normalize
- Specified by:
normalizein interfaceOIndexCandidate
-
properties
- Specified by:
propertiesin interfaceOIndexCandidate
-
getStreams
- Specified by:
getStreamsin interfaceOIndexCandidate
-
values
- Specified by:
valuesin interfaceOIndexCandidate
-
toValues
- Specified by:
toValuesin interfaceOIndexCandidate
-
requiresDistinctStep
- Specified by:
requiresDistinctStepin interfaceOIndexCandidate
-
fullySorted
- Specified by:
fullySortedin interfaceOIndexCandidate
-
isDirectIndex
public boolean isDirectIndex()- Specified by:
isDirectIndexin interfaceOIndexCandidate
-