
public class CountFromIndexStep extends AbstractExecutionStep
ctx, next, prev, profilingEnabled, timedOut| Constructor and Description |
|---|
CountFromIndexStep(OIndexIdentifier targetIndex,
String alias,
OCommandContext ctx,
boolean profilingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
String |
prettyPrint(int depth,
int indent) |
void |
reset() |
OResultSet |
syncPull(OCommandContext ctx,
int nRecords) |
close, getContext, getCostFormatted, getNext, getPrev, isProfilingEnabled, sendTimeout, setNext, setPrevious, setProfilingEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbasicDeserialize, basicSerialize, canBeCached, copy, deserialize, getDescription, getIndent, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, serializegetCost, toResultpublic CountFromIndexStep(OIndexIdentifier targetIndex, String alias, OCommandContext ctx, boolean profilingEnabled)
targetIndex - the index name as it is parsed by the SQL parsedalias - the name of the property returned in the result-setctx - the query contextprofilingEnabled - true to enable the profiling of the execution (for SQL PROFILE)public OResultSet syncPull(OCommandContext ctx, int nRecords) throws OTimeoutException
OTimeoutExceptionpublic void reset()
public String prettyPrint(int depth, int indent)
Copyright © 2009–2025 OrientDB. All rights reserved.