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

Method getSchema

src/org/apache/pig/impl/io/TFileStorage.java:188–192  ·  view source on GitHub ↗
(String location, Job job)

Source from the content-addressed store, hash-verified

186 }
187
188 @Override
189 public ResourceSchema getSchema(String location, Job job)
190 throws IOException {
191 return Utils.getSchema(this, location, true, job);
192 }
193
194 @Override
195 public ResourceStatistics getStatistics(String location, Job job)

Callers

nothing calls this directly

Calls 1

getSchemaMethod · 0.95

Tested by

no test coverage detected