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

Method reference

src/org/apache/pig/data/SchemaTuple.java:257–264  ·  view source on GitHub ↗
(Tuple t)

Source from the content-addressed store, hash-verified

255 }
256
257 @Override
258 public void reference(Tuple t) {
259 try {
260 set(t);
261 } catch (ExecException e) {
262 throw new RuntimeException("Failure to set given tuple: " + t, e);
263 }
264 }
265
266 //TODO could generate a faster getAll in the code
267 @Override

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected