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

Method close

src/java/simpledb/storage/DbFileIterator.java:42–42  ·  view source on GitHub ↗

Closes the iterator.

()

Source from the content-addressed store, hash-verified

40 * Closes the iterator.
41 */
42 void close();
43}

Callers 15

testIteratorBasicMethod · 0.95
testIteratorCloseMethod · 0.95
indexIteratorMethod · 0.95
testIteratorBasicMethod · 0.95
testIteratorCloseMethod · 0.95
validateTransactionsMethod · 0.95
testSplitRootPageMethod · 0.95
testSplitInternalPageMethod · 0.95

Implementers 8

HeapFileIteratorsrc/java/simpledb/storage/HeapFile.jav
MockScantest/simpledb/TestUtil.java
TupleArrayIteratorsrc/java/simpledb/Parser.java
TupleIteratorsrc/java/simpledb/storage/TupleIterato
BTreeScansrc/java/simpledb/index/BTreeScan.java
AggregateItersrc/java/simpledb/execution/AggregateI
SeqScansrc/java/simpledb/execution/SeqScan.ja
AbstractDbFileIteratorsrc/java/simpledb/storage/AbstractDbFi

Calls

no outgoing calls

Tested by 15

testIteratorBasicMethod · 0.76
testIteratorCloseMethod · 0.76
indexIteratorMethod · 0.76
testIteratorBasicMethod · 0.76
testIteratorCloseMethod · 0.76
validateTransactionsMethod · 0.76
testSplitRootPageMethod · 0.76
testSplitInternalPageMethod · 0.76