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

Method pathExists

src/org/apache/pig/newplan/OperatorPlan.java:198–198  ·  view source on GitHub ↗

check if there is a path in the plan graph between the load operator to the store operator. @param load load operator @param store store operator @return true if yes, no otherwise.

(Operator load, Operator store)

Source from the content-addressed store, hash-verified

196 * @return true if yes, no otherwise.
197 */
198 public boolean pathExists(Operator load, Operator store);
199}

Callers 1

postProcessMethod · 0.65

Implementers 2

OperatorSubPlansrc/org/apache/pig/newplan/OperatorSub
BaseOperatorPlansrc/org/apache/pig/newplan/BaseOperato

Calls

no outgoing calls

Tested by

no test coverage detected