public class AggSvcGroupAllFactory extends java.lang.Object implements AggregationServiceFactory
Modifier and Type | Field and Description |
---|---|
protected AggregationStateFactory[] |
accessAggSpecs |
protected AggregationAccessorSlotPair[] |
accessors |
protected AggregationMethodFactory[] |
aggregators |
protected ExprEvaluator[] |
evaluators |
protected boolean |
isJoin |
Constructor and Description |
---|
AggSvcGroupAllFactory(AggregationRowStateEvalDesc evalDesc,
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[] accessAggSpecs
protected final boolean isJoin
public AggSvcGroupAllFactory(AggregationRowStateEvalDesc evalDesc, boolean isJoin)
public AggregationService makeService(AgentInstanceContext agentInstanceContext, EngineImportService engineImportService, boolean isSubquery, java.lang.Integer subqueryNumber)
makeService
in interface AggregationServiceFactory