com.espertech.esper.epl.expression.accessagg
Class ExprAggCountMinSketchNodeFactoryUse
java.lang.Object
com.espertech.esper.epl.expression.accessagg.ExprAggCountMinSketchNodeFactoryBase
com.espertech.esper.epl.expression.accessagg.ExprAggCountMinSketchNodeFactoryUse
- All Implemented Interfaces:
- AggregationMethodFactory
public class ExprAggCountMinSketchNodeFactoryUse
- extends ExprAggCountMinSketchNodeFactoryBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExprAggCountMinSketchNodeFactoryUse
public ExprAggCountMinSketchNodeFactoryUse(ExprAggCountMinSketchNode parent,
ExprEvaluator addOrFrequencyEvaluator)
getResultType
public java.lang.Class getResultType()
getAggregationStateKey
public AggregationStateKey getAggregationStateKey(boolean isMatchRecognize)
- Specified by:
getAggregationStateKey
in interface AggregationMethodFactory
- Overrides:
getAggregationStateKey
in class ExprAggCountMinSketchNodeFactoryBase
getAggregationStateFactory
public AggregationStateFactory getAggregationStateFactory(boolean isMatchRecognize)
getAccessor
public AggregationAccessor getAccessor()
getAggregationStateAgent
public AggregationAgent getAggregationStateAgent()
validateIntoTableCompatible
public void validateIntoTableCompatible(AggregationMethodFactory intoTableAgg)
throws ExprValidationException
- Throws:
ExprValidationException
getAddOrFrequencyEvaluator
public ExprEvaluator getAddOrFrequencyEvaluator()
getMethodAggregationEvaluator
public ExprEvaluator getMethodAggregationEvaluator(boolean join,
EventType[] typesPerStream)
throws ExprValidationException
- Throws:
ExprValidationException