public class AggregationServiceNullFactory extends Object implements AggregationServiceFactory
Modifier and Type | Field and Description |
---|---|
static AggregationServiceNullFactory |
AGGREGATION_SERVICE_NULL_FACTORY |
Constructor and Description |
---|
AggregationServiceNullFactory() |
Modifier and Type | Method and Description |
---|---|
AggregationService |
makeService(AgentInstanceContext agentInstanceContext,
EngineImportService engineImportService,
boolean isSubquery,
Integer subqueryNumber) |
public static final AggregationServiceNullFactory AGGREGATION_SERVICE_NULL_FACTORY
public AggregationService makeService(AgentInstanceContext agentInstanceContext, EngineImportService engineImportService, boolean isSubquery, Integer subqueryNumber)
makeService
in interface AggregationServiceFactory