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

Method newTuple

src/org/apache/pig/data/TupleFactory.java:105–105  ·  view source on GitHub ↗

Create an empty tuple. This should be used as infrequently as possible, use newTuple(int) instead. @return Empty new tuple.

()

Source from the content-addressed store, hash-verified

103 * @return Empty new tuple.
104 */
105 public abstract Tuple newTuple();
106
107 /**
108 * Create a tuple with size fields. Whenever possible this is preferred

Callers 15

testSeekMethod · 0.95
testRegexExtractAllMethod · 0.95
getNextMethod · 0.95
execMethod · 0.95
execMethod · 0.95
testStringToOtherMethod · 0.95
testByteArrayToOtherMethod · 0.95

Calls

no outgoing calls

Tested by 15

testSeekMethod · 0.76
testRegexExtractAllMethod · 0.76
execMethod · 0.76
execMethod · 0.76
testStringToOtherMethod · 0.76
testByteArrayToOtherMethod · 0.76
testTupleToOtherMethod · 0.76