public class SubselectEvalStrategyNREqualsInAggregated extends SubselectEvalStrategyNREqualsInBase
coercer, isNotIn
selectEval, valueEval
Constructor and Description |
---|
SubselectEvalStrategyNREqualsInAggregated(ExprEvaluator valueEval,
ExprEvaluator selectEval,
boolean notIn,
SimpleNumberCoercer coercer,
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 SubselectEvalStrategyNREqualsInAggregated(ExprEvaluator valueEval, ExprEvaluator selectEval, boolean notIn, SimpleNumberCoercer coercer, ExprEvaluator havingEval)
protected Object evaluateInternal(Object leftResult, EventBean[] events, boolean isNewData, Collection<EventBean> matchingEvents, ExprEvaluatorContext exprEvaluatorContext, AggregationService aggregationService)
evaluateInternal
in class SubselectEvalStrategyNRBase