Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSimpleCsv
Method · 0.95
testQuotedCommas
Method · 0.95
testQuotedQuotes
Method · 0.95
testNullPadding
Method · 0.95
TestCSVExcelStorage
Class · 0.95
testSimpleCsv
Method · 0.95
testQuotedCommas
Method · 0.95
testQuotedQuotes
Method · 0.95
testCogroupAfterDistinct
Method · 0.95
testGetNextNullInput
Method · 0.95
testTupleSizeWithString
Method · 0.95
testSIZE
Method · 0.95
Calls
2
addToTuple
Method · 0.95
newTuple
Method · 0.65
Tested by
no test coverage detected