Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ rewind
Method
rewind
src/java/simpledb/Parser.java:728–730 ·
view source on GitHub ↗
Resets the iterator to the start.
()
Source
from the content-addressed store, hash-verified
726
*
727
*/
728
public
void
rewind() {
729
it = tups.iterator();
730
}
731
732
/**
733
* Returns the TupleDesc associated with this OpIterator.
Callers
nothing calls this directly
Calls
1
iterator
Method · 0.65
Tested by
no test coverage detected