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

Method checkSchema

src/org/apache/pig/StoreFuncWrapper.java:66–69  ·  view source on GitHub ↗
(ResourceSchema resourceSchema)

Source from the content-addressed store, hash-verified

64 }
65
66 @Override
67 public void checkSchema(ResourceSchema resourceSchema) throws IOException {
68 storeFunc().checkSchema(resourceSchema);
69 }
70
71 @Override
72 public void prepareToWrite(RecordWriter recordWriter) throws IOException {

Callers

nothing calls this directly

Calls 2

storeFuncMethod · 0.95
checkSchemaMethod · 0.65

Tested by

no test coverage detected