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

Method getSources

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

Get all operators in the plan that have no predecessors. @return all operators in the plan that have no predecessors, or an empty list if the plan is empty.

()

Source from the content-addressed store, hash-verified

48 * an empty list if the plan is empty.
49 */
50 public List<Operator> getSources();
51
52 /**
53 * Get all operators in the plan that have no successors.

Callers 15

testMultiNodeMethod · 0.95
test1Method · 0.65
test2Method · 0.65
test3Method · 0.65
testFilterLoadMethod · 0.65
testFilterStreamingMethod · 0.65
testFilterSortMethod · 0.65
testFilterUDFSortMethod · 0.65
testFilterDistinctMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 15

testMultiNodeMethod · 0.76
test1Method · 0.52
test2Method · 0.52
test3Method · 0.52
testFilterLoadMethod · 0.52
testFilterStreamingMethod · 0.52
testFilterSortMethod · 0.52
testFilterUDFSortMethod · 0.52
testFilterDistinctMethod · 0.52