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

Method size

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

Get number of nodes in the plan. @return number of nodes in the plan

()

Source from the content-addressed store, hash-verified

41 * @return number of nodes in the plan
42 */
43 public int size();
44
45 /**
46 * Get all operators in the plan that have no predecessors.

Callers 15

testMultiNodeMethod · 0.95
doAllSuccessorsMethod · 0.65
doAllPredecessorsMethod · 0.65
doAllSuccessorsMethod · 0.65
getSinksMethod · 0.65
getSourcesMethod · 0.65
sizeMethod · 0.65
dumpMethod · 0.65
removeWithPositionMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 3

testMultiNodeMethod · 0.76