Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ newTuple
Method
newTuple
src/org/apache/pig/data/TupleMaker.java:21–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
20
public
interface
TupleMaker<A extends Tuple> {
21
public
A newTuple();
22
public
A newTuple(
int
size);
23
}
Callers
15
setup
Method · 0.65
createTupleFromInputList
Method · 0.65
testABS
Method · 0.65
testACOS
Method · 0.65
testASIN
Method · 0.65
testATAN
Method · 0.65
testATAN2
Method · 0.65
testCBRT
Method · 0.65
testCEIL
Method · 0.65
testcopySign
Method · 0.65
testCOS
Method · 0.65
testCOSH
Method · 0.65
Implementers
3
BinSedesTupleFactory
src/org/apache/pig/data/BinSedesTupleF
SchemaTupleFactory
src/org/apache/pig/data/SchemaTupleFac
TupleFactory
src/org/apache/pig/data/TupleFactory.j
Calls
no outgoing calls
Tested by
15
setup
Method · 0.52
createTupleFromInputList
Method · 0.52
testABS
Method · 0.52
testACOS
Method · 0.52
testASIN
Method · 0.52
testATAN
Method · 0.52
testATAN2
Method · 0.52
testCBRT
Method · 0.52
testCEIL
Method · 0.52
testcopySign
Method · 0.52
testCOS
Method · 0.52
testCOSH
Method · 0.52