Class ExprTableEvalStrategyUngroupedBase
java.lang.Object
com.espertech.esper.common.internal.epl.table.strategy.ExprTableEvalStrategyUngroupedBase
- All Implemented Interfaces:
ExprTableEvalStrategy
- Direct Known Subclasses:
ExprTableEvalStrategyUngroupedAggAccessRead
,ExprTableEvalStrategyUngroupedAggSimple
,ExprTableEvalStrategyUngroupedProp
,ExprTableEvalStrategyUngroupedTopLevel
public abstract class ExprTableEvalStrategyUngroupedBase
extends Object
implements ExprTableEvalStrategy
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ExprTableEvalStrategyFactory
protected final TableAndLockProviderUngrouped
Fields inherited from interface com.espertech.esper.common.internal.epl.table.strategy.ExprTableEvalStrategy
EPTYPE
-
Constructor Summary
ConstructorDescriptionExprTableEvalStrategyUngroupedBase
(TableAndLockProviderUngrouped provider, ExprTableEvalStrategyFactory factory) -
Method Summary
Modifier and TypeMethodDescriptiongetAggregationRow
(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context) protected ObjectArrayBackedEventBean
lockTableReadAndGet
(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
-
provider
-
factory
-
-
Constructor Details
-
ExprTableEvalStrategyUngroupedBase
public ExprTableEvalStrategyUngroupedBase(TableAndLockProviderUngrouped provider, ExprTableEvalStrategyFactory factory)
-
-
Method Details
-
lockTableReadAndGet
-
getAggregationRow
public AggregationRow getAggregationRow(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context) - Specified by:
getAggregationRow
in interfaceExprTableEvalStrategy
-