Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleQueryStatement
Method · 0.95
handleInsertStatement
Method · 0.95
handleDeleteStatement
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected