com.espertech.esper.epl.expression.accessagg
Class ExprAggCountMinSketchNodeFactoryBase
java.lang.Object
com.espertech.esper.epl.expression.accessagg.ExprAggCountMinSketchNodeFactoryBase
- All Implemented Interfaces:
- AggregationMethodFactory
- Direct Known Subclasses:
- ExprAggCountMinSketchNodeFactoryState, ExprAggCountMinSketchNodeFactoryUse
public abstract class ExprAggCountMinSketchNodeFactoryBase
- extends java.lang.Object
- implements AggregationMethodFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected final ExprAggCountMinSketchNode parent
ExprAggCountMinSketchNodeFactoryBase
public ExprAggCountMinSketchNodeFactoryBase(ExprAggCountMinSketchNode parent)
isAccessAggregation
public boolean isAccessAggregation()
- Specified by:
isAccessAggregation
in interface AggregationMethodFactory
getAggregationStateKey
public AggregationStateKey getAggregationStateKey(boolean isMatchRecognize)
- Specified by:
getAggregationStateKey
in interface AggregationMethodFactory
make
public AggregationMethod make(MethodResolutionService methodResolutionService,
int agentInstanceId,
int groupId,
int aggregationId)
- Specified by:
make
in interface AggregationMethodFactory
getAggregationExpression
public ExprAggregateNodeBase getAggregationExpression()
- Specified by:
getAggregationExpression
in interface AggregationMethodFactory
getParent
public ExprAggCountMinSketchNode getParent()