Class DepthFirstTraverseStep
java.lang.Object
com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
com.orientechnologies.orient.core.sql.executor.AbstractTraverseStep
com.orientechnologies.orient.core.sql.executor.DepthFirstTraverseStep
- All Implemented Interfaces:
OExecutionStep,OExecutionStepInternal
Created by luigidellaquila on 26/10/16.
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.executor.AbstractTraverseStep
entryPoints, maxDepth, projections, results, traversed, whileClauseFields inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
ctx, next, prev, profilingEnabled, timedOut -
Constructor Summary
ConstructorsConstructorDescriptionDepthFirstTraverseStep(List<OTraverseProjectionItem> projections, OWhereClause whileClause, OInteger maxDepth, OCommandContext ctx, boolean profilingEnabled) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfetchNextEntryPoints(OCommandContext ctx, int nRecords) protected voidfetchNextResults(OCommandContext ctx, int nRecords) prettyPrint(int depth, int indent) Methods inherited from class com.orientechnologies.orient.core.sql.executor.AbstractTraverseStep
getCost, isFinished, syncPull, toStringMethods inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
close, getContext, getCostFormatted, getNext, getPrev, isProfilingEnabled, sendTimeout, setNext, setPrevious, setProfilingEnabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OExecutionStep
toResultMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OExecutionStepInternal
canBeCached, copy, deserialize, getDescription, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, reset, serialize
-
Constructor Details
-
DepthFirstTraverseStep
public DepthFirstTraverseStep(List<OTraverseProjectionItem> projections, OWhereClause whileClause, OInteger maxDepth, OCommandContext ctx, boolean profilingEnabled)
-
-
Method Details
-
fetchNextEntryPoints
- Specified by:
fetchNextEntryPointsin classAbstractTraverseStep
-
convert
-
fetchNextResults
- Specified by:
fetchNextResultsin classAbstractTraverseStep
-
prettyPrint
-