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

Method getInputFormat

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

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 public InputFormat getInputFormat() throws IOException {
63 return loadFunc().getInputFormat();
64 }
65
66 @Override
67 public LoadCaster getLoadCaster() throws IOException {

Callers

nothing calls this directly

Calls 1

loadFuncMethod · 0.95

Tested by

no test coverage detected