public class SubselectEvalStrategyNRRelOpAllWGroupBy extends SubselectEvalStrategyNRRelOpBase
computer
selectEval, valueEval
Constructor and Description |
---|
SubselectEvalStrategyNRRelOpAllWGroupBy(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 aggregationServiceAnyPartition) |
evaluate
public SubselectEvalStrategyNRRelOpAllWGroupBy(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 aggregationServiceAnyPartition)
evaluateInternal
in class SubselectEvalStrategyNRBase