Class ExprTableEvalStrategyGroupedBase
java.lang.Object
com.espertech.esper.common.internal.epl.table.strategy.ExprTableEvalStrategyGroupedBase
- All Implemented Interfaces:
ExprTableEvalStrategy
- Direct Known Subclasses:
ExprTableEvalStrategyGroupedAggAccessRead
,ExprTableEvalStrategyGroupedAggSimple
,ExprTableEvalStrategyGroupedKeys
,ExprTableEvalStrategyGroupedProp
,ExprTableEvalStrategyGroupedTopLevel
public abstract class ExprTableEvalStrategyGroupedBase
extends Object
implements ExprTableEvalStrategy
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.table.strategy.ExprTableEvalStrategy
EPTYPE
-
Constructor Summary
ConstructorDescriptionExprTableEvalStrategyGroupedBase
(TableAndLockProviderGrouped provider, ExprTableEvalStrategyFactory factory) -
Method Summary
Modifier and TypeMethodDescriptiongetAggregationRow
(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context) protected ObjectArrayBackedEventBean
getRow
(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context) protected TableInstanceGrouped
lockTableRead
(ExprEvaluatorContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.epl.table.strategy.ExprTableEvalStrategy
evaluate, evaluateGetEventBean, evaluateGetROCollectionEvents, evaluateGetROCollectionScalar, evaluateTypableSingle
-
Field Details
-
factory
-
-
Constructor Details
-
ExprTableEvalStrategyGroupedBase
public ExprTableEvalStrategyGroupedBase(TableAndLockProviderGrouped provider, ExprTableEvalStrategyFactory factory)
-
-
Method Details
-
lockTableRead
-
getAggregationRow
public AggregationRow getAggregationRow(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context) - Specified by:
getAggregationRow
in interfaceExprTableEvalStrategy
-
getRow
protected ObjectArrayBackedEventBean getRow(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
-