Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ rewind
Method
rewind
src/java/simpledb/execution/SeqScan.java:142–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
}
141
142
public
void
rewind() throws DbException, NoSuchElementException,
143
TransactionAbortedException {
144
// some code goes here
145
this.dbFileIterator.rewind();
146
}
147
}
Callers
1
testRewind
Method · 0.95
Calls
1
rewind
Method · 0.65
Tested by
1
testRewind
Method · 0.76