MCPcopy 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
20public interface TupleMaker<A extends Tuple> {
21 public A newTuple();
22 public A newTuple(int size);
23}

Callers 15

setupMethod · 0.65
testABSMethod · 0.65
testACOSMethod · 0.65
testASINMethod · 0.65
testATANMethod · 0.65
testATAN2Method · 0.65
testCBRTMethod · 0.65
testCEILMethod · 0.65
testcopySignMethod · 0.65
testCOSMethod · 0.65
testCOSHMethod · 0.65

Implementers 3

BinSedesTupleFactorysrc/org/apache/pig/data/BinSedesTupleF
SchemaTupleFactorysrc/org/apache/pig/data/SchemaTupleFac
TupleFactorysrc/org/apache/pig/data/TupleFactory.j

Calls

no outgoing calls

Tested by 15

setupMethod · 0.52
testABSMethod · 0.52
testACOSMethod · 0.52
testASINMethod · 0.52
testATANMethod · 0.52
testATAN2Method · 0.52
testCBRTMethod · 0.52
testCEILMethod · 0.52
testcopySignMethod · 0.52
testCOSMethod · 0.52
testCOSHMethod · 0.52