| java.lang.Object org.axiondb.engine.rowiterators.DelegatingRowIterator org.axiondb.engine.rowiterators.GroupedRowIterator
GroupedRowIterator | public class GroupedRowIterator extends DelegatingRowIterator (Code) | | Processes a "raw" iterator to implement GROUP BY functionality.
version: $Revision: 1.23 $ $Date: 2005/12/20 18:32:41 $ author: Rahul Dwivedi author: Rod Waldhoff author: Ahimanikya Satapathy author: Girish Patil author: Jonathan Giron |
Constructor Summary | |
public | GroupedRowIterator(boolean sort, RowIterator rows, Map fieldMap, List groupBy, List selected, Selectable having, Selectable where, List orderBy) | public | GroupedRowIterator(RowIterator rows, Map fieldMap, List groupBy, List selected, Selectable having, List orderBy) |
Method Summary | |
public void | add(Row row) Not supported in the base implementation. | public void | remove() Not supported in the base implementation. | public void | set(Row row) Not supported in the base implementation. | public String | toString() |
|
|