MCPcopy Index your code
hub / github.com/MIT-DB-Class/simple-db-hw / DbFileIterator

Interface DbFileIterator

src/java/simpledb/DbFileIterator.java:8–40  ·  view source on GitHub ↗

DbFileIterator is the iterator interface that all SimpleDB Dbfile should implement.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 35

testIteratorBasicMethod · 0.95
testIteratorCloseMethod · 0.95
indexIteratorMethod · 0.95
testIteratorBasicMethod · 0.95
testIteratorCloseMethod · 0.95
setUpMethod · 0.95
deleteTupleMethod · 0.95
handleManyDirtyPagesMethod · 0.95
testIteratorBasicMethod · 0.95
testIteratorCloseMethod · 0.95
indexIteratorMethod · 0.95
testIteratorBasicMethod · 0.95

Implementers 6

MockScantest/simpledb/TestUtil.java
TupleIteratorsrc/java/simpledb/TupleIterator.java
BTreeScansrc/java/simpledb/BTreeScan.java
SeqScansrc/java/simpledb/SeqScan.java
TupleArrayIteratorsrc/java/simpledb/Parser.java
AbstractDbFileIteratorsrc/java/simpledb/AbstractDbFileIterat

Calls

no outgoing calls

Tested by

no test coverage detected