PigStreamingBase
@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public interface PigToStream
Modifier and Type | Method and Description |
---|---|
byte[] |
serialize(Tuple t)
Deprecated.
Given a tuple, produce an array of bytes to be passed to the streaming
executable.
|
byte[] serialize(Tuple t) throws IOException
t
- Tuple to serializeIOException
Copyright © 2007-2017 The Apache Software Foundation