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

Method newTupleNoCopy

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

Create a tuple from a provided list of objects, keeping the provided list. The new tuple will take over ownership of the provided list. @param list List of objects that will become the fields of the tuple. @return A tuple with the list objects as its fields

(List list)

Source from the content-addressed store, hash-verified

129 * @return A tuple with the list objects as its fields
130 */
131 public abstract Tuple newTupleNoCopy(List list);
132
133 /**
134 * Create a tuple with a single element. This is useful because of

Callers 15

getNextMethod · 0.45
getNextMethod · 0.45
runTestMethod · 0.45
buildTupleMethod · 0.45
accumulateMethod · 0.45
getNextMethod · 0.45
consumeInputBagMethod · 0.45
getRangeTupleMethod · 0.45
mapMethod · 0.45
getNextTupleMethod · 0.45
deserializeTupleMethod · 0.45

Calls

no outgoing calls

Tested by 3

runTestMethod · 0.36
buildTupleMethod · 0.36
accumulateMethod · 0.36