com.espertech.esper.epl.table.strategy
Class ExprTableEvalStrategyGroupByMethodBase
java.lang.Object
com.espertech.esper.epl.table.strategy.ExprTableEvalStrategyGroupByBase
com.espertech.esper.epl.table.strategy.ExprTableEvalStrategyGroupByMethodBase
- All Implemented Interfaces:
- ExprTableAccessEvalStrategy
- Direct Known Subclasses:
- ExprTableEvalStrategyGroupByMethodMulti, ExprTableEvalStrategyGroupByMethodSingle
public abstract class ExprTableEvalStrategyGroupByMethodBase
- extends ExprTableEvalStrategyGroupByBase
- implements ExprTableAccessEvalStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExprTableEvalStrategyGroupByMethodBase
protected ExprTableEvalStrategyGroupByMethodBase(java.util.concurrent.locks.Lock lock,
java.util.Map<java.lang.Object,ObjectArrayBackedEventBean> aggregationState,
int index)
evaluateInternal
protected java.lang.Object evaluateInternal(java.lang.Object groupKey,
ExprEvaluatorContext context)
evaluateTypableSingle
public java.lang.Object[] evaluateTypableSingle(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
- Specified by:
evaluateTypableSingle
in interface ExprTableAccessEvalStrategy
evaluateGetROCollectionEvents
public java.util.Collection<EventBean> evaluateGetROCollectionEvents(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
- Specified by:
evaluateGetROCollectionEvents
in interface ExprTableAccessEvalStrategy
evaluateGetEventBean
public EventBean evaluateGetEventBean(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
- Specified by:
evaluateGetEventBean
in interface ExprTableAccessEvalStrategy
evaluateGetROCollectionScalar
public java.util.Collection evaluateGetROCollectionScalar(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
- Specified by:
evaluateGetROCollectionScalar
in interface ExprTableAccessEvalStrategy