Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
org.apache.pig.backend.hadoop.accumulo | |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.backend.hadoop.hbase | |
org.apache.pig.builtin |
This package contains builtin Pig UDFs.
|
org.apache.pig.builtin.mock | |
org.apache.pig.impl.builtin | |
org.apache.pig.impl.io | |
org.apache.pig.impl.streaming | |
org.apache.pig.impl.util | |
org.apache.pig.piggybank.storage |
Modifier and Type | Interface and Description |
---|---|
interface |
LoadStoreCaster
This is just a union interface of LoadCaster and StoreCaster,
made available for simplicity.
|
interface |
StoreCaster
An interface that provides methods for converting Pig internal types to byte[].
|
Modifier and Type | Method and Description |
---|---|
LoadCaster |
StreamToPig.getLoadCaster()
Deprecated.
This will be called on the front end during planning and not on the back
end during execution.
|
abstract LoadCaster |
PigStreamingBase.getLoadCaster()
This will be called on the front end during planning and not on the back
end during execution.
|
LoadCaster |
LoadFuncWrapper.getLoadCaster() |
LoadCaster |
LoadFunc.getLoadCaster()
This will be called on the front end during planning and not on the back
end during execution.
|
Modifier and Type | Class and Description |
---|---|
class |
AccumuloBinaryConverter
A LoadStoreCaster implementation which stores most type implementations as
bytes generated from the toString representation with a UTF8 Charset.
|
Modifier and Type | Method and Description |
---|---|
LoadCaster |
AbstractAccumuloStorage.getLoadCaster() |
Modifier and Type | Method and Description |
---|---|
LoadCaster |
MergeJoinIndexer.getLoadCaster() |
Modifier and Type | Class and Description |
---|---|
class |
HBaseBinaryConverter |
Modifier and Type | Method and Description |
---|---|
LoadCaster |
HBaseStorage.getLoadCaster()
Set up the caster to use for reading values out of, and writing to, HBase.
|
Modifier and Type | Class and Description |
---|---|
class |
TextLoader
This load function simply creates a tuple for each line of text that has a
single chararray field that
contains the line of text.
|
class |
Utf8StorageConverter
This abstract class provides standard conversions between utf8 encoded data
and pig data types.
|
Modifier and Type | Field and Description |
---|---|
protected LoadCaster |
PigStorage.caster |
Modifier and Type | Method and Description |
---|---|
LoadCaster |
TextLoader.getLoadCaster() |
LoadCaster |
PigStreaming.getLoadCaster() |
LoadCaster |
JsonLoader.getLoadCaster() |
LoadCaster |
BinStorage.getLoadCaster() |
Modifier and Type | Method and Description |
---|---|
LoadCaster |
Storage.getLoadCaster() |
Modifier and Type | Method and Description |
---|---|
LoadCaster |
SampleLoader.getLoadCaster() |
LoadCaster |
DefaultIndexableLoader.getLoadCaster() |
Modifier and Type | Method and Description |
---|---|
LoadCaster |
ReadToEndLoader.getLoadCaster() |
Modifier and Type | Method and Description |
---|---|
LoadCaster |
PigStreamingUDF.getLoadCaster() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
CastUtils.convertToType(LoadCaster caster,
byte[] bytes,
ResourceSchema.ResourceFieldSchema fieldSchema,
byte dataType) |
Modifier and Type | Method and Description |
---|---|
LoadCaster |
AllLoader.getLoadCaster() |
Copyright © 2007-2012 The Apache Software Foundation