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

Method next

src/java/simpledb/execution/SeqScan.java:131–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129 }
130
131 public Tuple next() throws NoSuchElementException,
132 TransactionAbortedException, DbException {
133 // some code goes here
134 return this.dbFileIterator.next();
135 }
136
137 public void close() {
138 // some code goes here

Callers 5

testRewindMethod · 0.95
findMagicTupleMethod · 0.95
findMagicTupleMethod · 0.95
lookMethod · 0.95

Calls 1

nextMethod · 0.65

Tested by 5

testRewindMethod · 0.76
findMagicTupleMethod · 0.76
findMagicTupleMethod · 0.76
lookMethod · 0.76