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

Method getOperators

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

Get an iterator of all operators in this plan @return an iterator of all operators in this plan

()

Source from the content-addressed store, hash-verified

152 * @return an iterator of all operators in this plan
153 */
154 public Iterator<Operator> getOperators();
155
156 /**
157 * This is like a shallow comparison.

Callers 15

testErrorEmptyInputMethod · 0.65
testStopOnFailureMethod · 0.65
testDistinctMethod · 0.65
testNoAddForeachMethod · 0.65
testErrorEmptyInputMethod · 0.65
testLogicalPlanMethod · 0.65
testLogicalPlan1Method · 0.65
getCastFromExpPlanMethod · 0.65
testMapLookupLineage2Method · 0.65
getForEachOperatorMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 15

testErrorEmptyInputMethod · 0.52
testStopOnFailureMethod · 0.52
testDistinctMethod · 0.52
testNoAddForeachMethod · 0.52
testErrorEmptyInputMethod · 0.52
testLogicalPlanMethod · 0.52
testLogicalPlan1Method · 0.52
getCastFromExpPlanMethod · 0.52
testMapLookupLineage2Method · 0.52
getForEachOperatorMethod · 0.52
getOperatorMethod · 0.52