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

Method addToTuple

test/org/apache/pig/test/Util.java:204–208  ·  view source on GitHub ↗
(Tuple t, T[] b)

Source from the content-addressed store, hash-verified

202 }
203
204 static public <T>void addToTuple(Tuple t, T[] b)
205 {
206 for(int i = 0; i < b.length; i++)
207 t.append(b[i]);
208 }
209
210 static public Tuple buildTuple(Object... args) throws ExecException {
211 return TupleFactory.getInstance().newTupleNoCopy(Lists.newArrayList(args));

Callers 1

createTupleMethod · 0.95

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected