
public class AggregateProjectionCalculationStep extends ProjectionCalculationStep
projectionctx, next, prev, profilingEnabled, timedOut| Constructor and Description |
|---|
AggregateProjectionCalculationStep(OProjection projection,
OGroupBy groupBy,
long limit,
OCommandContext ctx,
long timeoutMillis,
boolean profilingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
OExecutionStep |
copy(OCommandContext ctx) |
long |
getCost()
returns the absolute cost (in nanoseconds) of the execution of this step
|
String |
prettyPrint(int depth,
int indent) |
OResultSet |
syncPull(OCommandContext ctx,
int nRecords) |
canBeCachedclose, getContext, getCostFormatted, getNext, getPrev, isProfilingEnabled, sendTimeout, setNext, setPrevious, setProfilingEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbasicDeserialize, basicSerialize, deserialize, getDescription, getIndent, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, reset, serializetoResultpublic AggregateProjectionCalculationStep(OProjection projection, OGroupBy groupBy, long limit, OCommandContext ctx, long timeoutMillis, boolean profilingEnabled)
public OResultSet syncPull(OCommandContext ctx, int nRecords) throws OTimeoutException
syncPull in interface OExecutionStepInternalsyncPull in class ProjectionCalculationStepOTimeoutExceptionpublic String prettyPrint(int depth, int indent)
prettyPrint in interface OExecutionStepInternalprettyPrint in class ProjectionCalculationSteppublic OExecutionStep copy(OCommandContext ctx)
copy in interface OExecutionStepInternalcopy in class ProjectionCalculationSteppublic long getCost()
OExecutionStepgetCost in interface OExecutionStepgetCost in class ProjectionCalculationStepCopyright © 2009–2025 OrientDB. All rights reserved.