Interface AggregationServiceMatchRecognize
- All Superinterfaces:
AggregationResultFuture
Aggregation result future for use with match recognize.
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.epl.agg.core.AggregationResultFuture
EPTYPE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyEnter
(EventBean[] eventsPerStream, int streamId, ExprEvaluatorContext exprEvaluatorContext) Enter a single event row consisting of one or more events per stream (each stream representing a variable).void
Clear current aggregation state.Methods inherited from interface com.espertech.esper.common.internal.epl.agg.core.AggregationResultFuture
getAggregationRow, getCollectionOfEvents, getCollectionScalar, getContextPartitionAggregationService, getEventBean, getGroupKey, getGroupKeys, getValue, setCurrentAccess
-
Method Details
-
applyEnter
void applyEnter(EventBean[] eventsPerStream, int streamId, ExprEvaluatorContext exprEvaluatorContext) Enter a single event row consisting of one or more events per stream (each stream representing a variable).- Parameters:
eventsPerStream
- events per streamstreamId
- variable number that is the baseexprEvaluatorContext
- context for expression evaluatiom
-
clearResults
void clearResults()Clear current aggregation state.
-