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

Method putNext

src/org/apache/pig/impl/io/TFileStorage.java:86–94  ·  view source on GitHub ↗
(Tuple t)

Source from the content-addressed store, hash-verified

84 }
85
86 @Override
87 public void putNext(Tuple t) throws IOException {
88 try {
89 recWriter.write(null, t);
90 }
91 catch (InterruptedException e) {
92 throw new IOException(e);
93 }
94 }
95
96 public static class TFileInputFormat extends
97 PigFileInputFormat<Text, Tuple> {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected