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

Method hasNext

src/simpledb/DbIterator.java:24–24  ·  view source on GitHub ↗

Returns true if the iterator has more tuples. @return true f the iterator has more tuples. @throws IllegalStateException If the iterator has not been opened

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

mainMethod · 0.95
rewindMethod · 0.65
rewindMethod · 0.65
addTupleMethod · 0.65
deleteTupleMethod · 0.65
rewindMethod · 0.65
testIteratorMethod · 0.65
compareDbIteratorsMethod · 0.65
matchAllTuplesMethod · 0.65
checkExhaustedMethod · 0.65
insertRowMethod · 0.65

Implementers 5

MockScantest/simpledb/TestUtil.java
TupleIteratorsrc/simpledb/TupleIterator.java
SeqScansrc/simpledb/SeqScan.java
TupleArrayIteratorsrc/simpledb/Parser.java
AbstractDbIteratorsrc/simpledb/AbstractDbIterator.java

Calls

no outgoing calls

Tested by 13

rewindMethod · 0.52
rewindMethod · 0.52
addTupleMethod · 0.52
deleteTupleMethod · 0.52
rewindMethod · 0.52
testIteratorMethod · 0.52
compareDbIteratorsMethod · 0.52
matchAllTuplesMethod · 0.52
checkExhaustedMethod · 0.52
insertRowMethod · 0.52
applyPredicateMethod · 0.52