MCPcopy Create free account
hub / github.com/awelm/simpledb / iterator

Method iterator

src/simpledb/DbFile.java:65–65  ·  view source on GitHub ↗

Returns an iterator over all the tuples stored in this DbFile. The iterator must use BufferPool#getPage, rather than #readPage to iterate through the pages. @return an iterator over all the tuples stored in this DbFile.

(TransactionId tid)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

validateTransactionsMethod · 0.95
mainMethod · 0.95
AggregateMethod · 0.65
iteratorMethod · 0.65
openMethod · 0.65
rewindMethod · 0.65
openMethod · 0.65
rewindMethod · 0.65
openMethod · 0.65
hasNextMethod · 0.65
openMethod · 0.65
rewindMethod · 0.65

Implementers 2

SkeletonFiletest/simpledb/TestUtil.java
HeapFilesrc/simpledb/HeapFile.java

Calls

no outgoing calls

Tested by 1

validateTransactionsMethod · 0.76