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

Method serializeToBytes

src/org/apache/pig/PigStreamingBase.java:66–66  ·  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

64 * @throws IOException
65 */
66 public abstract WritableByteArray serializeToBytes(Tuple t) throws IOException;
67
68 @Override
69 @Deprecated

Calls

no outgoing calls