com.espertech.esper.epl.approx
Class CountMinSketchAggStateFactory
java.lang.Object
com.espertech.esper.epl.approx.CountMinSketchAggStateFactory
- All Implemented Interfaces:
- AggregationStateFactory
public class CountMinSketchAggStateFactory
- extends java.lang.Object
- implements AggregationStateFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountMinSketchAggStateFactory
public CountMinSketchAggStateFactory(ExprAggCountMinSketchNode parent,
CountMinSketchSpec specification)
createAccess
public AggregationState createAccess(MethodResolutionService methodResolutionService,
int agentInstanceId,
int groupId,
int aggregationId,
boolean join,
java.lang.Object groupKey)
- Specified by:
createAccess
in interface AggregationStateFactory
getAggregationExpression
public ExprNode getAggregationExpression()
- Specified by:
getAggregationExpression
in interface AggregationStateFactory
getSpecification
public CountMinSketchSpec getSpecification()
getParent
public ExprAggCountMinSketchNode getParent()