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

Method getOperator

src/org/apache/pig/PigServer.java:1595–1597  ·  view source on GitHub ↗

Get the operator with the given alias in the raw plan. Null if not found.

(String alias)

Source from the content-addressed store, hash-verified

1593 * found.
1594 */
1595 Operator getOperator(String alias) throws FrontendException {
1596 return operators.get( alias );
1597 }
1598
1599 public LogicalPlan getPlan(String alias) throws IOException {
1600 LogicalPlan plan = lp;

Callers 4

buildPlanMethod · 0.95
storeExMethod · 0.45
buildStorePlanMethod · 0.45
getOperatorForAliasMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected