MCPcopy Create free account
hub / github.com/apache/pig / setPlan

Method setPlan

src/org/apache/pig/newplan/Operator.java:97–99  ·  view source on GitHub ↗
(OperatorPlan p)

Source from the content-addressed store, hash-verified

95 }
96
97 public void setPlan(OperatorPlan p) {
98 plan = p;
99 }
100
101 /**
102 * This is like a shallow equals comparison.

Callers 4

buildPlanMethod · 0.95
getOperatorToMergeMethod · 0.95
moveTreeMethod · 0.45
mergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected