MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / rewind

Method rewind

src/java/simpledb/OpIterator.java:42–42  ·  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 6

testIteratorMethod · 0.95
testIteratorMethod · 0.95
matchAllTuplesMethod · 0.65
rewindMethod · 0.65
rewindMethod · 0.65
fetchNextMethod · 0.65

Implementers 6

MockScantest/simpledb/TestUtil.java
TupleIteratorsrc/java/simpledb/TupleIterator.java
BTreeScansrc/java/simpledb/BTreeScan.java
SeqScansrc/java/simpledb/SeqScan.java
TupleArrayIteratorsrc/java/simpledb/Parser.java
Operatorsrc/java/simpledb/Operator.java

Calls

no outgoing calls

Tested by 3

testIteratorMethod · 0.76
testIteratorMethod · 0.76
matchAllTuplesMethod · 0.52