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

Method getLogicalPlan

src/org/apache/pig/PigServer.java:1587–1589  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1585 }
1586
1587 public LogicalPlan getLogicalPlan() {
1588 return this.lp;
1589 }
1590
1591 /**
1592 * Get the operator with the given alias in the raw plan. Null if not

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected