public class SubselectEvalStrategyNRExistsWGroupByWHaving extends Object implements SubselectEvalStrategyNR
Constructor and Description |
---|
SubselectEvalStrategyNRExistsWGroupByWHaving(ExprEvaluator havingEval) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(EventBean[] eventsPerStream,
boolean isNewData,
Collection<EventBean> matchingEvents,
ExprEvaluatorContext exprEvaluatorContext,
AggregationService aggregationServiceAnyPartition)
Evaluate.
|
public SubselectEvalStrategyNRExistsWGroupByWHaving(ExprEvaluator havingEval)
public Object evaluate(EventBean[] eventsPerStream, boolean isNewData, Collection<EventBean> matchingEvents, ExprEvaluatorContext exprEvaluatorContext, AggregationService aggregationServiceAnyPartition)
SubselectEvalStrategyNR
evaluate
in interface SubselectEvalStrategyNR
eventsPerStream
- events per streamisNewData
- true for new datamatchingEvents
- prefiltered eventsexprEvaluatorContext
- expression evaluation contextaggregationServiceAnyPartition
- aggregation service or null if none