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

Method checkInPlan

src/org/apache/pig/impl/plan/OperatorPlan.java:412–419  ·  view source on GitHub ↗
(E op)

Source from the content-addressed store, hash-verified

410 }
411
412 private void checkInPlan(E op) throws PlanException {
413 if (mOps.get(op) == null) {
414 PlanException pe = new PlanException("Attempt to connect operator " +
415 op.name() + " which is not in the plan.");
416 log.error(pe.getMessage());
417 throw pe;
418 }
419 }
420
421 /**
422 * Merges the operators in the incoming operPlan with

Callers 7

connectMethod · 0.95
createSoftLinkMethod · 0.95
doInsertBetweenMethod · 0.95
replaceMethod · 0.95
swapMethod · 0.95
pushBeforeMethod · 0.95
pushAfterMethod · 0.95

Calls 4

getMethod · 0.65
nameMethod · 0.65
errorMethod · 0.45
getMessageMethod · 0.45

Tested by

no test coverage detected