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

Method getSuccessors

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

Find all of the nodes that have edges from the indicated node to themselves. @param op Node to look from @return Collection of nodes.

(E op)

Source from the content-addressed store, hash-verified

338 * @return Collection of nodes.
339 */
340 public List<E> getSuccessors(E op) {
341 return mFromEdges.get(op);
342 }
343
344 /**
345 * Find all of the nodes that have soft edges to the indicated node from

Callers 5

trimBelowMethod · 0.95
pathExistsMethod · 0.95
replaceMethod · 0.95
removeAndReconnectMethod · 0.95
reconnectPredecessorsMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected