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

Method putNext

src/org/apache/pig/StoreFuncWrapper.java:76–79  ·  view source on GitHub ↗
(Tuple tuple)

Source from the content-addressed store, hash-verified

74 }
75
76 @Override
77 public void putNext(Tuple tuple) throws IOException {
78 storeFunc().putNext(tuple);
79 }
80
81 @Override
82 public void setStoreFuncUDFContextSignature(String signature) {

Callers

nothing calls this directly

Calls 2

storeFuncMethod · 0.95
putNextMethod · 0.65

Tested by

no test coverage detected