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

Method getOutputFormat

src/org/apache/pig/StoreFuncWrapper.java:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 @Override
57 public OutputFormat getOutputFormat() throws IOException {
58 return storeFunc().getOutputFormat();
59 }
60
61 @Override
62 public void setStoreLocation(String location, Job job) throws IOException {

Callers

nothing calls this directly

Calls 2

storeFuncMethod · 0.95
getOutputFormatMethod · 0.65

Tested by

no test coverage detected