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