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

Method serialize

src/org/apache/pig/PigToStream.java:56–56  ·  view source on GitHub ↗

Given a tuple, produce an array of bytes to be passed to the streaming executable. @param t Tuple to serialize @return Serialized form of the tuple @throws IOException

(Tuple t)

Source from the content-addressed store, hash-verified

54 * @throws IOException
55 */
56 public byte[] serialize(Tuple t) throws IOException;
57
58}

Implementers 6

PigStreamDumptest/org/apache/pig/test/TestStreaming
StreamingDumptest/e2e/pig/udfs/java/org/apache/pig/
PigStreamingBasesrc/org/apache/pig/PigStreamingBase.ja
ObjectSerializersrc/org/apache/pig/impl/util/ObjectSer
UDFContextSeparatorsrc/org/apache/pig/impl/util/UDFContex
UDFContextsrc/org/apache/pig/impl/util/UDFContex

Calls

no outgoing calls