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

Method buildLp

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

NOTE: For testing only. Don't use. @throws IOException

()

Source from the content-addressed store, hash-verified

1493 * @throws IOException
1494 */
1495 @SuppressWarnings("unused")
1496 private LogicalPlan buildLp() throws IOException {
1497 currDAG.buildPlan( null);
1498 currDAG.compile();
1499 return currDAG.lp;
1500 }
1501
1502 private LogicalRelationalOperator getOperatorForAlias(String alias) throws IOException {
1503 buildStorePlan (alias);

Callers

nothing calls this directly

Calls 2

buildPlanMethod · 0.45
compileMethod · 0.45

Tested by

no test coverage detected