MCPcopy 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

runMethod · 0.95
executeMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by 1

runMethod · 0.76