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

Method getLoadCaster

src/org/apache/pig/LoadFuncWrapper.java:66–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 @Override
67 public LoadCaster getLoadCaster() throws IOException {
68 return loadFunc().getLoadCaster();
69 }
70
71 @Override
72 public void prepareToRead(RecordReader reader, PigSplit split) throws IOException {

Callers

nothing calls this directly

Calls 2

loadFuncMethod · 0.95
getLoadCasterMethod · 0.65

Tested by

no test coverage detected