Interface AggregationServiceMatchRecognize

All Superinterfaces:
AggregationResultFuture

public interface AggregationServiceMatchRecognize extends AggregationResultFuture
Aggregation result future for use with match recognize.
  • 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 stream
      streamId - variable number that is the base
      exprEvaluatorContext - context for expression evaluatiom
    • clearResults

      void clearResults()
      Clear current aggregation state.