Package com.arcadedb.query.sql.executor
Class FetchFromIndexValuesStep
- java.lang.Object
-
- com.arcadedb.query.sql.executor.AbstractExecutionStep
-
- com.arcadedb.query.sql.executor.FetchFromIndexStep
-
- com.arcadedb.query.sql.executor.FetchFromIndexValuesStep
-
- All Implemented Interfaces:
ExecutionStep
,ExecutionStepInternal
public class FetchFromIndexValuesStep extends FetchFromIndexStep
Created by luigidellaquila on 02/08/16.
-
-
Field Summary
-
Fields inherited from class com.arcadedb.query.sql.executor.FetchFromIndexStep
condition, index, indexName
-
Fields inherited from class com.arcadedb.query.sql.executor.AbstractExecutionStep
context, cost, DEFAULT_FETCH_RECORDS_PER_PULL, prev, timedOut
-
-
Constructor Summary
Constructors Constructor Description FetchFromIndexValuesStep(RangeIndex index, boolean asc, CommandContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canBeCached()
protected boolean
isOrderAsc()
String
prettyPrint(int depth, int indent)
-
Methods inherited from class com.arcadedb.query.sql.executor.FetchFromIndexStep
copy, reset, syncPull
-
Methods inherited from class com.arcadedb.query.sql.executor.AbstractExecutionStep
checkForPrevious, checkForPrevious, close, getContext, getCost, getCostFormatted, getPrev, isTimedOut, pullPrevious, sendTimeout, setPrevious
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.arcadedb.query.sql.executor.ExecutionStep
toResult
-
Methods inherited from interface com.arcadedb.query.sql.executor.ExecutionStepInternal
getDescription, getName, getSubExecutionPlans, getSubSteps, getType
-
-
-
-
Constructor Detail
-
FetchFromIndexValuesStep
public FetchFromIndexValuesStep(RangeIndex index, boolean asc, CommandContext context)
-
-
Method Detail
-
isOrderAsc
protected boolean isOrderAsc()
- Overrides:
isOrderAsc
in classFetchFromIndexStep
-
prettyPrint
public String prettyPrint(int depth, int indent)
- Specified by:
prettyPrint
in interfaceExecutionStepInternal
- Overrides:
prettyPrint
in classFetchFromIndexStep
-
canBeCached
public boolean canBeCached()
- Specified by:
canBeCached
in interfaceExecutionStepInternal
- Overrides:
canBeCached
in classFetchFromIndexStep
-
-