public class AggSvcGroupAllAccessOnlyFactory extends Object implements AggregationServiceFactory
Modifier and Type | Field and Description |
---|---|
protected AggregationStateFactory[] |
accessAggSpecs |
protected AggregationAccessorSlotPair[] |
accessors |
protected boolean |
isJoin |
Constructor and Description |
---|
AggSvcGroupAllAccessOnlyFactory(AggregationAccessorSlotPair[] accessors,
AggregationStateFactory[] accessAggSpecs,
boolean join) |
Modifier and Type | Method and Description |
---|---|
AggregationService |
makeService(AgentInstanceContext agentInstanceContext,
EngineImportService engineImportService,
boolean isSubquery,
Integer subqueryNumber) |
protected final AggregationAccessorSlotPair[] accessors
protected final AggregationStateFactory[] accessAggSpecs
protected final boolean isJoin
public AggSvcGroupAllAccessOnlyFactory(AggregationAccessorSlotPair[] accessors, AggregationStateFactory[] accessAggSpecs, boolean join)
public AggregationService makeService(AgentInstanceContext agentInstanceContext, EngineImportService engineImportService, boolean isSubquery, Integer subqueryNumber)
makeService
in interface AggregationServiceFactory