com.espertech.esper.epl.agg.service
Class AggSvcGroupAllMixedAccessWTableFactory
java.lang.Object
com.espertech.esper.epl.agg.service.AggSvcGroupAllMixedAccessWTableFactory
- All Implemented Interfaces:
- AggregationServiceFactory
public class AggSvcGroupAllMixedAccessWTableFactory
- extends java.lang.Object
- implements AggregationServiceFactory
Implementation for handling aggregation without any grouping (no group-by).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accessors
protected final AggregationAccessorSlotPair[] accessors
isJoin
protected final boolean isJoin
AggSvcGroupAllMixedAccessWTableFactory
public AggSvcGroupAllMixedAccessWTableFactory(AggregationAccessorSlotPair[] accessors,
boolean join,
TableColumnMethodPair[] methodPairs,
java.lang.String tableName,
int[] targetStates,
ExprNode[] accessStateExpr,
AggregationAgent[] agents)
makeService
public AggregationService makeService(AgentInstanceContext agentInstanceContext,
MethodResolutionService methodResolutionService)
- Specified by:
makeService
in interface AggregationServiceFactory