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 java.io.IOException
t
- Tuple to serializejava.io.IOException
Copyright © 2007-2017 The Apache Software Foundation