com.espertech.esper.epl.expression.prior
Interface ExprPriorEvalStrategy
- All Known Subinterfaces:
- AIRegistryPrior
- All Known Implementing Classes:
- AIRegistryPriorMap, AIRegistryPriorMultiPerm, AIRegistryPriorSingle, ExprPriorEvalStrategyBase, ExprPriorEvalStrategyRandomAccess, ExprPriorEvalStrategyRelativeAccess
public interface ExprPriorEvalStrategy
Represents the 'prior' prior event resolution strategy for use in an expression node tree.
evaluate
java.lang.Object evaluate(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext,
int streamNumber,
ExprEvaluator evaluator,
int constantIndexNumber)