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

Method getSchema

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

Source from the content-addressed store, hash-verified

179 }
180
181 @Override
182 public ResourceSchema getSchema(String location, Job job)
183 throws IOException {
184 return Utils.getSchema(this, location, true, job);
185 }
186
187 @Override
188 public ResourceStatistics getStatistics(String location, Job job)

Callers

nothing calls this directly

Calls 1

getSchemaMethod · 0.95

Tested by

no test coverage detected