Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ close
Method
close
src/java/simpledb/execution/Insert.java:77–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
public
void
close() {
78
// some code goes here
79
child.close();
80
iterator = null;
81
super.close();
82
}
83
84
public
void
rewind() throws DbException, TransactionAbortedException {
85
// some code goes here
Callers
4
insertRow
Method · 0.95
insertRow
Method · 0.95
validateInsert
Method · 0.95
insertRow
Method · 0.95
Calls
1
close
Method · 0.65
Tested by
4
insertRow
Method · 0.76
insertRow
Method · 0.76
validateInsert
Method · 0.76
insertRow
Method · 0.76