public class AggSvcGroupByNoReclaimFactory extends java.lang.Object implements AggregationServiceFactory
Modifier and Type | Field and Description |
---|---|
protected AggregationStateFactory[] |
accessAggregations |
protected AggregationAccessorSlotPair[] |
accessors |
protected AggregationMethodFactory[] |
aggregators |
protected ExprEvaluator[] |
evaluators |
protected boolean |
isJoin |
Constructor and Description |
---|
AggSvcGroupByNoReclaimFactory(AggregationRowStateEvalDesc rowStateEvalDesc,
boolean isJoin) |
Modifier and Type | Method and Description |
---|---|
AggregationService |
makeService(AgentInstanceContext agentInstanceContext,
EngineImportService engineImportService,
boolean isSubquery,
java.lang.Integer subqueryNumber) |
protected final ExprEvaluator[] evaluators
protected final AggregationMethodFactory[] aggregators
protected final AggregationAccessorSlotPair[] accessors
protected final AggregationStateFactory[] accessAggregations
protected final boolean isJoin
public AggSvcGroupByNoReclaimFactory(AggregationRowStateEvalDesc rowStateEvalDesc, boolean isJoin)
public AggregationService makeService(AgentInstanceContext agentInstanceContext, EngineImportService engineImportService, boolean isSubquery, java.lang.Integer subqueryNumber)
makeService
in interface AggregationServiceFactory