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

Method rewind

src/java/simpledb/execution/Join.java:120–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 }
119
120 public void rewind() throws DbException, TransactionAbortedException {
121 // some code goes here
122 it = childTuple.iterator();
123 }
124
125 /**
126 * Returns the next tuple generated by the join, or null if there are no

Callers 1

rewindMethod · 0.95

Calls 1

iteratorMethod · 0.65

Tested by 1

rewindMethod · 0.76