MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / rewind

Method rewind

src/java/simpledb/index/BTreeFile.java:1373–1376  ·  view source on GitHub ↗

rewind this iterator back to the beginning of the tuples

()

Source from the content-addressed store, hash-verified

1371 * rewind this iterator back to the beginning of the tuples
1372 */
1373 public void rewind() throws DbException, TransactionAbortedException {
1374 close();
1375 open();
1376 }
1377
1378 /**
1379 * close the iterator

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
openMethod · 0.95

Tested by

no test coverage detected