public class AggSvcGroupByLocalGroupByFactory extends Object implements AggregationServiceFactory
Modifier and Type | Field and Description |
---|---|
protected boolean |
join |
protected AggregationLocalGroupByPlan |
localGroupByPlan |
Constructor and Description |
---|
AggSvcGroupByLocalGroupByFactory(boolean join,
AggregationLocalGroupByPlan localGroupByPlan) |
Modifier and Type | Method and Description |
---|---|
AggregationService |
makeService(AgentInstanceContext agentInstanceContext,
EngineImportService engineImportService,
boolean isSubquery,
Integer subqueryNumber) |
protected final boolean join
protected final AggregationLocalGroupByPlan localGroupByPlan
public AggSvcGroupByLocalGroupByFactory(boolean join, AggregationLocalGroupByPlan localGroupByPlan)
public AggregationService makeService(AgentInstanceContext agentInstanceContext, EngineImportService engineImportService, boolean isSubquery, Integer subqueryNumber)
makeService
in interface AggregationServiceFactory