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

Method rewind

src/java/simpledb/storage/TupleIterator.java:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public void rewind() {
51 close();
52 open();
53 }
54
55 public TupleDesc getTupleDesc() {
56 return td;

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
openMethod · 0.95

Tested by

no test coverage detected