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

Method open

src/java/simpledb/storage/TupleIterator.java:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 public void open() {
39 i = tuples.iterator();
40 }
41
42 public boolean hasNext() {
43 return i.hasNext();

Callers 2

createTupleListMethod · 0.95
rewindMethod · 0.95

Calls 1

iteratorMethod · 0.65

Tested by 1

createTupleListMethod · 0.76