public class AggSvcGroupByAccessOnlyFactory extends Object implements AggregationServiceFactory
Constructor and Description |
---|
AggSvcGroupByAccessOnlyFactory(AggregationAccessorSlotPair[] accessors,
AggregationStateFactory[] accessAggSpecs,
boolean isJoin)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
AggregationService |
makeService(AgentInstanceContext agentInstanceContext,
EngineImportService engineImportService,
boolean isSubquery,
Integer subqueryNumber) |
public AggSvcGroupByAccessOnlyFactory(AggregationAccessorSlotPair[] accessors, AggregationStateFactory[] accessAggSpecs, boolean isJoin)
accessors
- accessor definitionsaccessAggSpecs
- access aggregationsisJoin
- true for join, false for single-streampublic AggregationService makeService(AgentInstanceContext agentInstanceContext, EngineImportService engineImportService, boolean isSubquery, Integer subqueryNumber)
makeService
in interface AggregationServiceFactory