MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / close

Method close

src/java/simpledb/execution/Join.java:112–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 public void close() {
113 // some code goes here
114 child1.close();
115 child2.close();
116 it = null;
117 super.close();
118 }
119
120 public void rewind() throws DbException, TransactionAbortedException {
121 // some code goes here

Callers 1

validateJoinMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by 1

validateJoinMethod · 0.76