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

Method hasNext

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

Source from the content-addressed store, hash-verified

124 }
125
126 public boolean hasNext() throws TransactionAbortedException, DbException {
127 // some code goes here
128 return this.dbFileIterator.hasNext();
129 }
130
131 public Tuple next() throws NoSuchElementException,
132 TransactionAbortedException, DbException {

Callers 5

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

Calls 1

hasNextMethod · 0.65

Tested by 5

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