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