Package com.arcadedb.query.sql.executor
Class FetchFromRidsStep
- java.lang.Object
-
- com.arcadedb.query.sql.executor.AbstractExecutionStep
-
- com.arcadedb.query.sql.executor.FetchFromRidsStep
-
- All Implemented Interfaces:
ExecutionStep
,ExecutionStepInternal
public class FetchFromRidsStep extends AbstractExecutionStep
Created by luigidellaquila on 22/07/16.
-
-
Field Summary
-
Fields inherited from class com.arcadedb.query.sql.executor.AbstractExecutionStep
ctx, next, prev, profilingEnabled, timedOut
-
-
Constructor Summary
Constructors Constructor Description FetchFromRidsStep(Collection<RID> rids, CommandContext ctx, boolean profilingEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deserialize(Result fromResult)
String
prettyPrint(int depth, int indent)
void
reset()
Result
serialize()
ResultSet
syncPull(CommandContext ctx, int nRecords)
-
Methods inherited from class com.arcadedb.query.sql.executor.AbstractExecutionStep
close, getContext, getCostFormatted, getNext, getPrev, isProfilingEnabled, isTimedOut, sendTimeout, setNext, setPrevious, setProfilingEnabled
-
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
getCost, toResult
-
Methods inherited from interface com.arcadedb.query.sql.executor.ExecutionStepInternal
canBeCached, copy, getDescription, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType
-
-
-
-
Constructor Detail
-
FetchFromRidsStep
public FetchFromRidsStep(Collection<RID> rids, CommandContext ctx, boolean profilingEnabled)
-
-
Method Detail
-
reset
public void reset()
-
syncPull
public ResultSet syncPull(CommandContext ctx, int nRecords) throws TimeoutException
- Throws:
TimeoutException
-
prettyPrint
public String prettyPrint(int depth, int indent)
-
serialize
public Result serialize()
-
deserialize
public void deserialize(Result fromResult)
-
-