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

Method getPredecessors

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

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

(E op)

Source from the content-addressed store, hash-verified

327 * @return Collection of nodes.
328 */
329 public List<E> getPredecessors(E op) {
330 return mToEdges.get(op);
331 }
332
333
334 /**

Callers 5

trimAboveMethod · 0.95
doInsertBetweenMethod · 0.95
replaceMethod · 0.95
removeAndReconnectMethod · 0.95
reconnectSuccessorsMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected