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

Method createTuple

test/org/apache/pig/test/Util.java:231–236  ·  view source on GitHub ↗
(T[] s)

Source from the content-addressed store, hash-verified

229 }
230
231 static public <T>Tuple createTuple(T[] s)
232 {
233 Tuple t = mTupleFactory.newTuple();
234 addToTuple(t, s);
235 return t;
236 }
237
238 static public DataBag createBag(Tuple[] t)
239 {

Callers 15

testSimpleCsvMethod · 0.95
testQuotedCommasMethod · 0.95
testQuotedQuotesMethod · 0.95
testNullPaddingMethod · 0.95
TestCSVExcelStorageClass · 0.95
testSimpleCsvMethod · 0.95
testQuotedCommasMethod · 0.95
testQuotedQuotesMethod · 0.95
testGetNextNullInputMethod · 0.95
testSIZEMethod · 0.95

Calls 2

addToTupleMethod · 0.95
newTupleMethod · 0.65

Tested by

no test coverage detected