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

Method getStorageClass

src/org/apache/pig/impl/util/Utils.java:329–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327 }
328
329 public Class<? extends FileInputLoadFunc> getStorageClass() {
330 return storageClass;
331 }
332
333 public boolean ensureCodecSupported(String codec) {
334 try {

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected