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