Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
org.apache.pig.builtin |
This package contains builtin Pig UDFs.
|
org.apache.pig.impl.streaming |
Modifier and Type | Method and Description |
---|---|
abstract WritableByteArray |
PigStreamingBase.serializeToBytes(Tuple t)
Given a tuple, produce an array of bytes to be passed to the streaming
executable.
|
Modifier and Type | Method and Description |
---|---|
WritableByteArray |
PigStreaming.serializeToBytes(Tuple t) |
Modifier and Type | Method and Description |
---|---|
WritableByteArray |
PigStreamingUDF.serializeToBytes(Tuple t) |
Copyright © 2007-2017 The Apache Software Foundation