Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testFilterRuleWith2And
Method · 0.95
testFilterRuleWith2And2
Method · 0.95
testMultiNode
Method · 0.95
doAllSuccessors
Method · 0.65
doAllPredecessors
Method · 0.65
doAllSuccessors
Method · 0.65
getSinks
Method · 0.65
getSources
Method · 0.65
size
Method · 0.65
removeFromFilteredPlan
Method · 0.65
dump
Method · 0.65
removeWithPosition
Method · 0.65
Implementers
2
OperatorSubPlan
src/org/apache/pig/newplan/OperatorSub
BaseOperatorPlan
src/org/apache/pig/newplan/BaseOperato
Calls
no outgoing calls
Tested by
3
testFilterRuleWith2And
Method · 0.76
testFilterRuleWith2And2
Method · 0.76
testMultiNode
Method · 0.76