Class ResultSetProcessorRowPerGroupIterator
java.lang.Object
com.espertech.esper.common.internal.epl.resultset.rowpergroup.ResultSetProcessorRowPerGroupIterator
Iterator for the group-by case with a row per group.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionResultSetProcessorRowPerGroupIterator
(Iterator<EventBean> sourceIterator, ResultSetProcessorRowPerGroup resultSetProcessor, AggregationService aggregationService, ExprEvaluatorContext exprEvaluatorContext) Ctor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
ResultSetProcessorRowPerGroupIterator
public ResultSetProcessorRowPerGroupIterator(Iterator<EventBean> sourceIterator, ResultSetProcessorRowPerGroup resultSetProcessor, AggregationService aggregationService, ExprEvaluatorContext exprEvaluatorContext) Ctor.- Parameters:
sourceIterator
- is the parent view iteratorresultSetProcessor
- for providing resultsaggregationService
- for pointing to the right aggregation rowexprEvaluatorContext
- context for expression evalauation
-
-
Method Details