Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ close
Method
close
src/java/simpledb/execution/Query.java:97–100 ·
view source on GitHub ↗
Close the iterator
()
Source
from the content-addressed store, hash-verified
95
96
/** Close the iterator */
97
public
void
close() {
98
op.close();
99
started = false;
100
}
101
102
public
void
execute() throws DbException, TransactionAbortedException {
103
TupleDesc td = this.getOutputTupleDesc();
Callers
2
run
Method · 0.95
execute
Method · 0.95
Calls
1
close
Method · 0.65
Tested by
1
run
Method · 0.76