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

Method loadTuple

test/org/apache/pig/test/Util.java:134–139  ·  view source on GitHub ↗
(Tuple t, String[] input)

Source from the content-addressed store, hash-verified

132 }
133
134 static public Tuple loadTuple(Tuple t, String[] input) throws ExecException {
135 for (int i = 0; i < input.length; i++) {
136 t.set(i, input[i]);
137 }
138 return t;
139 }
140
141 static public Tuple loadTuple(Tuple t, DataByteArray[] input) throws ExecException {
142 for (int i = 0; i < input.length; i++) {

Callers 2

testTupleMethod · 0.95
testSFPigMethod · 0.95

Calls 6

getInstanceMethod · 0.95
getInstanceMethod · 0.95
addMethod · 0.95
setMethod · 0.65
newTupleMethod · 0.65
newDefaultBagMethod · 0.45

Tested by

no test coverage detected