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

Method close

src/java/simpledb/execution/SeqScan.java:137–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 public void close() {
138 // some code goes here
139 this.dbFileIterator.close();
140 }
141
142 public void rewind() throws DbException, NoSuchElementException,
143 TransactionAbortedException {

Callers 4

testRewindMethod · 0.95
findMagicTupleMethod · 0.95
findMagicTupleMethod · 0.95
lookMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by 4

testRewindMethod · 0.76
findMagicTupleMethod · 0.76
findMagicTupleMethod · 0.76
lookMethod · 0.76