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

Method merge

src/org/apache/pig/impl/plan/OperatorPlan.java:430–432  ·  view source on GitHub ↗

Merges the operators in the incoming operPlan with this plan's operators. By merging I mean just making a combined graph with each one as a component It doesn't support merging of shared plans @param inpPlan @return this pointer @throws PlanException

(OperatorPlan<E> inpPlan)

Source from the content-addressed store, hash-verified

428 * @throws PlanException
429 */
430 public OperatorPlan<E> merge(OperatorPlan<E> inpPlan) throws PlanException {
431 return doMerge(inpPlan, false);
432 }
433
434 /**
435 * Merges the operators in the incoming plan with this plan's operators.

Callers 15

testRun1Method · 0.45
testRun2Method · 0.45
testSim1Method · 0.45
testSim2Method · 0.45
testSim3Method · 0.45
testSim4Method · 0.45
testSim5Method · 0.45
testSim6Method · 0.45
testSim7Method · 0.45
testSim8Method · 0.45
testSim9Method · 0.45
testSortUDF1Method · 0.45

Calls 1

doMergeMethod · 0.95

Tested by 15

testRun1Method · 0.36
testRun2Method · 0.36
testSim1Method · 0.36
testSim2Method · 0.36
testSim3Method · 0.36
testSim4Method · 0.36
testSim5Method · 0.36
testSim6Method · 0.36
testSim7Method · 0.36
testSim8Method · 0.36
testSim9Method · 0.36
testSortUDF1Method · 0.36