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

Method rewind

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

Resets the iterator to the start. @throws DbException when rewind is unsupported. @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 11

testIteratorMethod · 0.95
testIteratorMethod · 0.95
matchAllTuplesMethod · 0.65
rewindMethod · 0.65
rewindMethod · 0.65
rewindMethod · 0.65
rewindMethod · 0.65
rewindMethod · 0.65
readNextBruteForceMethod · 0.65
rewindMethod · 0.65
rewindMethod · 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 3

testIteratorMethod · 0.76
testIteratorMethod · 0.76
matchAllTuplesMethod · 0.52