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

Method prepareToWrite

src/org/apache/pig/StoreFuncWrapper.java:71–74  ·  view source on GitHub ↗
(RecordWriter recordWriter)

Source from the content-addressed store, hash-verified

69 }
70
71 @Override
72 public void prepareToWrite(RecordWriter recordWriter) throws IOException {
73 storeFunc().prepareToWrite(recordWriter);
74 }
75
76 @Override
77 public void putNext(Tuple tuple) throws IOException {

Callers

nothing calls this directly

Calls 2

storeFuncMethod · 0.95
prepareToWriteMethod · 0.65

Tested by

no test coverage detected