Returns an iterator over all the tuples stored in this DbFile. The iterator must use BufferPool#getPage, rather than #readPage to iterate through the pages. @return an iterator over all the tuples stored in this DbFile.
(TransactionId tid)
| 72 | * @return an iterator over all the tuples stored in this DbFile. |
| 73 | */ |
| 74 | DbFileIterator iterator(TransactionId tid); |
| 75 | |
| 76 | /** |
| 77 | * Returns a unique ID used to identify this DbFile in the Catalog. This id |
no outgoing calls