public abstract class ExprTableEvalStrategyGroupByPropBase extends ExprTableEvalStrategyGroupByBase implements ExprTableAccessEvalStrategy
Modifier | Constructor and Description |
---|---|
protected |
ExprTableEvalStrategyGroupByPropBase(TableAndLockProviderGrouped provider,
int propertyIndex,
ExprEnumerationGivenEvent optionalEnumEval) |
Modifier and Type | Method and Description |
---|---|
EventBean |
evaluateGetEventBeanInternal(java.lang.Object groupKey,
ExprEvaluatorContext context) |
java.util.Collection<EventBean> |
evaluateGetROCollectionEventsInternal(java.lang.Object groupKey,
ExprEvaluatorContext context) |
java.util.Collection |
evaluateGetROCollectionScalarInternal(java.lang.Object groupKey,
ExprEvaluatorContext context) |
java.lang.Object |
evaluateInternal(java.lang.Object groupKey,
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 ExprTableEvalStrategyGroupByPropBase(TableAndLockProviderGrouped provider, int propertyIndex, ExprEnumerationGivenEvent optionalEnumEval)
public java.lang.Object evaluateInternal(java.lang.Object groupKey, ExprEvaluatorContext context)
public java.util.Collection<EventBean> evaluateGetROCollectionEventsInternal(java.lang.Object groupKey, ExprEvaluatorContext context)
public EventBean evaluateGetEventBeanInternal(java.lang.Object groupKey, ExprEvaluatorContext context)
public java.util.Collection evaluateGetROCollectionScalarInternal(java.lang.Object groupKey, ExprEvaluatorContext context)
public java.lang.Object[] evaluateTypableSingle(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
evaluateTypableSingle
in interface ExprTableAccessEvalStrategy