MCPcopy Index your code
hub / github.com/awelm/simpledb / DbFileIterator

Interface DbFileIterator

src/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 21

testIteratorBasicMethod · 0.95
testIteratorCloseMethod · 0.95
validateTransactionsMethod · 0.95
mainMethod · 0.95
TableStatsMethod · 0.95
testIteratorBasicMethod · 0.95
testIteratorCloseMethod · 0.95
mainMethod · 0.95
TableStatsMethod · 0.95
testIteratorBasicMethod · 0.95

Implementers 6

HeapFileIteratorsrc/simpledb/HeapFile.java
MockScantest/simpledb/TestUtil.java
TupleIteratorsrc/simpledb/TupleIterator.java
SeqScansrc/simpledb/SeqScan.java
TupleArrayIteratorsrc/simpledb/Parser.java
AbstractDbFileIteratorsrc/simpledb/AbstractDbFileIterator.ja

Calls

no outgoing calls

Tested by

no test coverage detected