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

Method compilePlan

src/org/apache/pig/pen/ExampleGenerator.java:230–235  ·  view source on GitHub ↗
(LogicalPlan plan)

Source from the content-addressed store, hash-verified

228 }
229
230 PhysicalPlan compilePlan(LogicalPlan plan) throws ExecException, FrontendException {
231 newPlan = new LogicalPlan(plan);
232 plan.optimize(pigContext);
233 PhysicalPlan result = execEngine.compile(plan, null);
234 return result;
235 }
236
237 public Map<Operator, DataBag> getData() throws IOException, InterruptedException {
238 return getData(physPlan);

Callers 1

getExamplesMethod · 0.95

Calls 2

optimizeMethod · 0.45
compileMethod · 0.45

Tested by

no test coverage detected