com.espertech.esper.epl.agg.service
Class AggSvcGroupAllLocalGroupByFactory
java.lang.Object
com.espertech.esper.epl.agg.service.AggSvcGroupAllLocalGroupByFactory
- All Implemented Interfaces:
- AggregationServiceFactory
public class AggSvcGroupAllLocalGroupByFactory
- extends java.lang.Object
- implements AggregationServiceFactory
Implementation for handling aggregation with grouping by group-keys.
Field Summary |
protected boolean |
isJoin
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isJoin
protected final boolean isJoin
AggSvcGroupAllLocalGroupByFactory
public AggSvcGroupAllLocalGroupByFactory(boolean join,
AggregationLocalGroupByPlan localGroupByPlan,
java.lang.Object groupKeyBinding)
makeService
public AggregationService makeService(AgentInstanceContext agentInstanceContext,
MethodResolutionService methodResolutionService,
boolean isSubquery,
java.lang.Integer subqueryNumber)
- Specified by:
makeService
in interface AggregationServiceFactory