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

Method setPhysicalPlan

src/java/simpledb/execution/Query.java:43–45  ·  view source on GitHub ↗
(OpIterator pp)

Source from the content-addressed store, hash-verified

41 }
42
43 public void setPhysicalPlan(OpIterator pp) {
44 this.op = pp;
45 }
46
47 public OpIterator getPhysicalPlan() {
48 return this.op;

Callers 3

handleQueryStatementMethod · 0.95
handleInsertStatementMethod · 0.95
handleDeleteStatementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected