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

Method putNext

src/org/apache/pig/impl/io/InterStorage.java:85–92  ·  view source on GitHub ↗
(Tuple t)

Source from the content-addressed store, hash-verified

83 }
84
85 @Override
86 public void putNext(Tuple t) throws IOException {
87 try {
88 recWriter.write(null, t);
89 } catch (InterruptedException e) {
90 throw new IOException(e);
91 }
92 }
93
94
95

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected