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

Method buildTuple

test/org/apache/pig/test/Util.java:210–212  ·  view source on GitHub ↗
(Object... args)

Source from the content-addressed store, hash-verified

208 }
209
210 static public Tuple buildTuple(Object... args) throws ExecException {
211 return TupleFactory.getInstance().newTupleNoCopy(Lists.newArrayList(args));
212 }
213
214 static public Tuple buildBinTuple(final Object... args) throws IOException {
215 return TupleFactory.getInstance().newTuple(Lists.transform(

Callers 15

testZoneDSTMethod · 0.95
testStringSubstrMethod · 0.95
testIndexOfMethod · 0.95
testLastIndexOfMethod · 0.95
testReplaceMethod · 0.95
testTrimMethod · 0.95

Calls 2

getInstanceMethod · 0.95
newTupleNoCopyMethod · 0.45

Tested by

no test coverage detected