Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testIteratorBasic
Method · 0.95
testIteratorClose
Method · 0.95
indexIterator
Method · 0.95
testAlternateEmptyAndFullPagesThenIterate
Method · 0.95
testIteratorBasic
Method · 0.95
testIteratorClose
Method · 0.95
nextKeyLockingTestLessThan
Method · 0.95
nextKeyLockingTestGreaterThan
Method · 0.95
validateTransactions
Method · 0.95
testSplitRootPage
Method · 0.95
testSplitInternalPage
Method · 0.95
testRedistributeLeafPages
Method · 0.95
Implementers
8
HeapFileIterator
src/java/simpledb/storage/HeapFile.jav
MockScan
test/simpledb/TestUtil.java
TupleArrayIterator
src/java/simpledb/Parser.java
TupleIterator
src/java/simpledb/storage/TupleIterato
BTreeScan
src/java/simpledb/index/BTreeScan.java
AggregateIter
src/java/simpledb/execution/AggregateI
SeqScan
src/java/simpledb/execution/SeqScan.ja
AbstractDbFileIterator
src/java/simpledb/storage/AbstractDbFi
Calls
no outgoing calls
Tested by
15
testIteratorBasic
Method · 0.76
testIteratorClose
Method · 0.76
indexIterator
Method · 0.76
testAlternateEmptyAndFullPagesThenIterate
Method · 0.76
testIteratorBasic
Method · 0.76
testIteratorClose
Method · 0.76
nextKeyLockingTestLessThan
Method · 0.76
nextKeyLockingTestGreaterThan
Method · 0.76
validateTransactions
Method · 0.76
testSplitRootPage
Method · 0.76
testSplitInternalPage
Method · 0.76
testRedistributeLeafPages
Method · 0.76