Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ close
Method
close
src/java/simpledb/execution/Delete.java:69–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
public
void
close() {
70
// some code goes here
71
child.close();
72
iterator = null;
73
super.close();
74
}
75
76
public
void
rewind() throws DbException, TransactionAbortedException {
77
// some code goes here
Callers
1
applyPredicate
Method · 0.95
Calls
1
close
Method · 0.65
Tested by
1
applyPredicate
Method · 0.76