com.espertech.esper.epl.core
Class ResultSetRowPerGroupIterator
java.lang.Object
com.espertech.esper.epl.core.ResultSetRowPerGroupIterator
- All Implemented Interfaces:
- Iterator<EventBean>
public class ResultSetRowPerGroupIterator
- extends Object
- implements Iterator<EventBean>
Iterator for the group-by case with a row per group.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetRowPerGroupIterator
public ResultSetRowPerGroupIterator(Iterator<EventBean> sourceIterator,
ResultSetProcessorRowPerGroup resultSetProcessor,
AggregationService aggregationService)
- Ctor.
- Parameters:
sourceIterator
- is the parent view iteratorresultSetProcessor
- for providing resultsaggregationService
- for pointing to the right aggregation row
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<EventBean>
next
public EventBean next()
- Specified by:
next
in interface Iterator<EventBean>
remove
public void remove()
- Specified by:
remove
in interface Iterator<EventBean>