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

Method getData

src/org/apache/pig/pen/ExampleGenerator.java:237–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 }
236
237 public Map<Operator, DataBag> getData() throws IOException, InterruptedException {
238 return getData(physPlan);
239 }
240
241 private Map<Operator, DataBag> getData(PhysicalPlan plan) throws PigException, IOException, InterruptedException
242 {

Callers 2

getExamplesMethod · 0.95
readBaseDataMethod · 0.95

Calls 13

getLogToDataMapMethod · 0.95
getDataMapMethod · 0.95
setLoadDataMapMethod · 0.95
phyToMRTransformMethod · 0.95
entrySetMethod · 0.80
setOriginalLimitMethod · 0.80
getMethod · 0.65
getValueMethod · 0.65
launchPigMethod · 0.65
visitMethod · 0.45
getIllustratorMethod · 0.45
getKeyMethod · 0.45

Tested by

no test coverage detected