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

Method getPredecessors

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

For a given operator, get all operators immediately before it in the plan. @param op operator to fetch predecessors of @return list of all operators immediately before op, or an empty list if op is a root.

(Operator op)

Source from the content-addressed store, hash-verified

64 * if op is a root.
65 */
66 public List<Operator> getPredecessors(Operator op);
67
68 /**
69 * For a given operator, get all operators immediately after it.

Implementers 2

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

Calls

no outgoing calls