Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ setLogicalPlan
Method
setLogicalPlan
src/java/simpledb/execution/Query.java:35–37 ·
view source on GitHub ↗
(LogicalPlan lp)
Source
from the content-addressed store, hash-verified
33
}
34
35
public
void
setLogicalPlan(LogicalPlan lp) {
36
this.logicalPlan = lp;
37
}
38
39
public
LogicalPlan getLogicalPlan() {
40
return
this.logicalPlan;
Callers
1
handleQueryStatement
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected