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

Method toDelimitedString

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

Write a tuple of values into a string. The output will be the result of calling toString on each of the values in the tuple. @param delim Delimiter to use in the string. @return A string containing the tuple. @throws ExecException this is never thrown. This only exists for backwards compatability re

(String delim)

Source from the content-addressed store, hash-verified

150 * @throws ExecException this is never thrown. This only exists for backwards compatability reasons.
151 */
152 String toDelimitedString(String delim) throws ExecException;
153}

Callers 14

execMethod · 0.95
execMethod · 0.95
testToDelimitedStringMethod · 0.95
testTupleMethod · 0.95
testFRJoinOut8Method · 0.95
testFRJoinOut9Method · 0.95
transformMethod · 0.95
execMethod · 0.95
execMethod · 0.95
putNextMethod · 0.65
execMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 6

testToDelimitedStringMethod · 0.76
testTupleMethod · 0.76
testFRJoinOut8Method · 0.76
testFRJoinOut9Method · 0.76