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

Method getAll

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

Get all of the fields in the tuple as a list. @return a list of objects containing the fields of the tuple in order.

()

Source from the content-addressed store, hash-verified

108 * in order.
109 */
110 List<Object> getAll();
111
112 /**
113 * Set the value in a given field. This should not be called unless

Callers 15

execMethod · 0.95
testJoinSchema2Method · 0.95
testDistinctAggs1Method · 0.95
testForEachNoCombinerMethod · 0.95
callMethod · 0.95
getValueTupleMethod · 0.95
addRankMethod · 0.95
getValueTupleMethod · 0.95
addCounterValueMethod · 0.95

Implementers 2

AvroTupleWrappersrc/org/apache/pig/impl/util/avro/Avro
AbstractTuplesrc/org/apache/pig/data/AbstractTuple.

Calls

no outgoing calls

Tested by 15

testJoinSchema2Method · 0.76
testDistinctAggs1Method · 0.76
testForEachNoCombinerMethod · 0.76
putNextMethod · 0.52
execMethod · 0.52
runTestMethod · 0.52