public class SubselectEvalStrategyNRRelOpAllAnyAggregated extends SubselectEvalStrategyNRRelOpBase
computer
selectEval, valueEval
Constructor and Description |
---|
SubselectEvalStrategyNRRelOpAllAnyAggregated(ExprEvaluator valueEval,
ExprEvaluator selectEval,
boolean resultWhenNoMatchingEvents,
RelationalOpEnum.Computer computer,
ExprEvaluator havingEval) |
Modifier and Type | Method and Description |
---|---|
protected Object |
evaluateInternal(Object leftResult,
EventBean[] events,
boolean isNewData,
Collection<EventBean> matchingEvents,
ExprEvaluatorContext exprEvaluatorContext,
AggregationService aggregationService) |
evaluate
public SubselectEvalStrategyNRRelOpAllAnyAggregated(ExprEvaluator valueEval, ExprEvaluator selectEval, boolean resultWhenNoMatchingEvents, RelationalOpEnum.Computer computer, ExprEvaluator havingEval)
protected Object evaluateInternal(Object leftResult, EventBean[] events, boolean isNewData, Collection<EventBean> matchingEvents, ExprEvaluatorContext exprEvaluatorContext, AggregationService aggregationService)
evaluateInternal
in class SubselectEvalStrategyNRBase