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

Method compile

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

Source from the content-addressed store, hash-verified

1849 }
1850
1851 private void compile() throws IOException {
1852 lp.validate(pigContext, scope, false);
1853 currDAG.postProcess();
1854 }
1855
1856 private void postProcess() throws IOException {
1857 // The following code deals with store/load combination of

Callers 5

storeExMethod · 0.45
getExamplesMethod · 0.45
buildStorePlanMethod · 0.45
executeMethod · 0.45
buildLpMethod · 0.45

Calls 2

postProcessMethod · 0.80
validateMethod · 0.65

Tested by

no test coverage detected