public abstract class ExprTableEvalStrategyGroupByAccessBase extends ExprTableEvalStrategyGroupByBase implements ExprTableAccessEvalStrategy
Modifier | Constructor and Description |
---|---|
protected |
ExprTableEvalStrategyGroupByAccessBase(TableAndLockProviderGrouped provider,
AggregationAccessorSlotPair pair) |
Modifier and Type | Method and Description |
---|---|
protected EventBean |
evaluateGetEventBeanInternal(java.lang.Object group,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context) |
protected java.util.Collection<EventBean> |
evaluateGetROCollectionEventsInternal(java.lang.Object group,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context) |
protected java.util.Collection |
evaluateGetROCollectionScalarInternal(java.lang.Object group,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context) |
protected java.lang.Object |
evaluateInternal(java.lang.Object group,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context) |
java.lang.Object[] |
evaluateTypableSingle(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context) |
lockTableRead, lockTableReadAndGet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate, evaluateGetEventBean, evaluateGetROCollectionEvents, evaluateGetROCollectionScalar
protected ExprTableEvalStrategyGroupByAccessBase(TableAndLockProviderGrouped provider, AggregationAccessorSlotPair pair)
protected java.lang.Object evaluateInternal(java.lang.Object group, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
public java.lang.Object[] evaluateTypableSingle(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
evaluateTypableSingle
in interface ExprTableAccessEvalStrategy
protected java.util.Collection<EventBean> evaluateGetROCollectionEventsInternal(java.lang.Object group, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
protected EventBean evaluateGetEventBeanInternal(java.lang.Object group, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
protected java.util.Collection evaluateGetROCollectionScalarInternal(java.lang.Object group, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)