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

Method getSuccessors

src/org/apache/pig/newplan/BaseOperatorPlan.java:127–129  ·  view source on GitHub ↗

For a given operator, get all operators immediately after it. @param op operator to fetch successors of @return list of all operators imeediately after op, or an empty list if op is a leaf.

(Operator op)

Source from the content-addressed store, hash-verified

125 * if op is a leaf.
126 */
127 public List<Operator> getSuccessors(Operator op) {
128 return fromEdges.get(op);
129 }
130
131 /**
132 * For a given operator, get all operators softly immediately before it in the

Callers 5

replaceMethod · 0.95
removeAndReconnectMethod · 0.95
pathExistsMethod · 0.95
moveTreeMethod · 0.95
trimBelowMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected