| 1208 | } |
| 1209 | |
| 1210 | void BufferedTupleStream::ReadIterator::IncrRowsReturned(int64_t rows) { |
| 1211 | rows_returned_ += rows; |
| 1212 | read_page_rows_returned_ += rows; |
| 1213 | } |
| 1214 | |
| 1215 | string BufferedTupleStream::ReadIterator::DebugString(const list<Page>& pages) const { |
| 1216 | stringstream ss; |
no outgoing calls