Class AggregateProjectionCalculationStep
java.lang.Object
com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
com.orientechnologies.orient.core.sql.executor.ProjectionCalculationStep
com.orientechnologies.orient.core.sql.executor.AggregateProjectionCalculationStep
- All Implemented Interfaces:
OExecutionStepInternal
Created by luigidellaquila on 12/07/16.
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.executor.ProjectionCalculationStep
projectionFields inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
prev -
Constructor Summary
ConstructorsConstructorDescriptionAggregateProjectionCalculationStep(OProjection projection, OGroupBy groupBy, long limit, long timeoutMillis) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.sql.executor.ProjectionCalculationStep
canBeCachedMethods inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
getPrev, setPrevious, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OExecutionStepInternal
deserialize, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, serialize, serializeToResult, toResult, toResult
-
Constructor Details
-
AggregateProjectionCalculationStep
public AggregateProjectionCalculationStep(OProjection projection, OGroupBy groupBy, long limit, long timeoutMillis)
-
-
Method Details
-
internalStart
- Overrides:
internalStartin classProjectionCalculationStep- Throws:
OTimeoutException
-
prettyPrint
- Specified by:
prettyPrintin interfaceOExecutionStepInternal- Overrides:
prettyPrintin classProjectionCalculationStep
-
copy
- Specified by:
copyin interfaceOExecutionStepInternal- Overrides:
copyin classProjectionCalculationStep
-