com.espertech.esper.epl.expression.accessagg
Class ExprAggCountMinSketchNodeFactoryState
java.lang.Object
com.espertech.esper.epl.expression.accessagg.ExprAggCountMinSketchNodeFactoryBase
com.espertech.esper.epl.expression.accessagg.ExprAggCountMinSketchNodeFactoryState
- All Implemented Interfaces:
- AggregationMethodFactory
public class ExprAggCountMinSketchNodeFactoryState
- extends ExprAggCountMinSketchNodeFactoryBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExprAggCountMinSketchNodeFactoryState
public ExprAggCountMinSketchNodeFactoryState(CountMinSketchAggStateFactory stateFactory)
getResultType
public java.lang.Class getResultType()
getAccessor
public AggregationAccessor getAccessor()
getAggregationStateFactory
public AggregationStateFactory getAggregationStateFactory(boolean isMatchRecognize)
getAggregationStateAgent
public AggregationAgent getAggregationStateAgent()
validateIntoTableCompatible
public void validateIntoTableCompatible(AggregationMethodFactory intoTableAgg)
throws ExprValidationException
- Throws:
ExprValidationException
getMethodAggregationEvaluator
public ExprEvaluator getMethodAggregationEvaluator(boolean join,
EventType[] typesPerStream)
throws ExprValidationException
- Throws:
ExprValidationException