Class FetchFromIndexValuesStep
java.lang.Object
com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
com.orientechnologies.orient.core.sql.executor.FetchFromIndexStep
com.orientechnologies.orient.core.sql.executor.FetchFromIndexValuesStep
- All Implemented Interfaces:
OExecutionStepInternal
Created by luigidellaquila on 02/08/16.
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.executor.FetchFromIndexStep
candidateFields inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
prev -
Constructor Summary
ConstructorsConstructorDescriptionFetchFromIndexValuesStep(OIndexCandidate desc, boolean orderAsc, OCommandContext ctx) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.sql.executor.FetchFromIndexStep
copy, deserialize, getAdditionalCondition, getIndexName, getKeyCondition, internalStart, isOrderAsc, serialize, serializeToResultMethods inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
getPrev, setPrevious, startMethods 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.OExecutionStepInternal
getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, toResult, toResult
-
Constructor Details
-
FetchFromIndexValuesStep
-
-
Method Details
-
prettyPrint
- Specified by:
prettyPrintin interfaceOExecutionStepInternal- Overrides:
prettyPrintin classFetchFromIndexStep
-
canBeCached
public boolean canBeCached()- Specified by:
canBeCachedin interfaceOExecutionStepInternal- Overrides:
canBeCachedin classFetchFromIndexStep
-