Returns a new iterator over all the tuple rows.
| 135 | |
| 136 | /// Returns a new iterator over all the tuple rows. |
| 137 | TupleRowIterator Iterator() { |
| 138 | return TupleRowIterator(this); |
| 139 | } |
| 140 | |
| 141 | /// Returns an iterator over the batches. |
| 142 | BatchIterator BatchesBegin() { return row_batches_.begin(); } |