Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createTupleList
Method · 0.95
rewind
Method · 0.95
Calls
1
iterator
Method · 0.65
Tested by
1
createTupleList
Method · 0.76