Modifier and Type | Method and Description |
---|---|
Class<? extends SerDe> |
AccumuloStorageHandler.getSerDeClass() |
Modifier and Type | Class and Description |
---|---|
class |
AccumuloSerDe
Deserialization from Accumulo to LazyAccumuloRow for Hive.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiDelimitSerDe
This SerDe allows user to use multiple characters as the field delimiter for a table.
|
class |
TypedBytesSerDe
TypedBytesSerDe uses typed bytes to serialize/deserialize.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseSerDe
HBaseSerDe can be used to serialize object into an HBase table and
deserialize objects from an HBase table.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends SerDe> |
HBaseStorageHandler.getSerDeClass() |
Modifier and Type | Method and Description |
---|---|
SerDe |
PTFPartition.getSerDe() |
static SerDe |
JoinUtil.getSpillSerDe(byte alias,
TableDesc[] spillTableDesc,
JoinDesc conf,
boolean noFilter) |
Modifier and Type | Method and Description |
---|---|
static PTFPartition |
PTFPartition.create(org.apache.hadoop.conf.Configuration cfg,
SerDe serDe,
StructObjectInspector inputOI,
StructObjectInspector outputOI) |
static PTFRollingPartition |
PTFPartition.createRolling(org.apache.hadoop.conf.Configuration cfg,
SerDe serDe,
StructObjectInspector inputOI,
StructObjectInspector outputOI,
int precedingSpan,
int followingSpan) |
static StructObjectInspector |
PTFPartition.setupPartitionOutputOI(SerDe serDe,
StructObjectInspector tblFnOI) |
Constructor and Description |
---|
PTFPartition(org.apache.hadoop.conf.Configuration cfg,
SerDe serDe,
StructObjectInspector inputOI,
StructObjectInspector outputOI) |
PTFPartition(org.apache.hadoop.conf.Configuration cfg,
SerDe serDe,
StructObjectInspector inputOI,
StructObjectInspector outputOI,
boolean createElemContainer) |
PTFRollingPartition(org.apache.hadoop.conf.Configuration cfg,
SerDe serDe,
StructObjectInspector inputOI,
StructObjectInspector outputOI,
int precedingSpan,
int succeedingSpan) |
Modifier and Type | Method and Description |
---|---|
SerDe |
MapJoinObjectSerDeContext.getSerDe() |
Modifier and Type | Method and Description |
---|---|
void |
RowContainer.setSerDe(SerDe sd,
ObjectInspector oi) |
Constructor and Description |
---|
MapJoinObjectSerDeContext(SerDe serde,
boolean hasFilter) |
Modifier and Type | Class and Description |
---|---|
class |
VectorizedColumnarSerDe
VectorizedColumnarSerDe is used by Vectorized query execution engine
for columnar based storage supported by RCFile.
|
Modifier and Type | Class and Description |
---|---|
class |
OrcSerde
A serde class for ORC.
|
class |
VectorizedOrcSerde
A serde class for ORC.
|
Modifier and Type | Class and Description |
---|---|
class |
ParquetHiveSerDe
A ParquetHiveSerDe for Hive (with the deprecated package mapred)
|
Modifier and Type | Method and Description |
---|---|
Class<? extends SerDe> |
HiveStorageHandler.getSerDeClass() |
Class<? extends SerDe> |
DefaultStorageHandler.getSerDeClass() |
Modifier and Type | Method and Description |
---|---|
protected static SerDe |
PTFTranslator.createLazyBinarySerDe(org.apache.hadoop.conf.Configuration cfg,
StructObjectInspector oi,
Map<String,String> serdePropsMap) |
Modifier and Type | Method and Description |
---|---|
SerDe |
ShapeDetails.getSerde() |
Modifier and Type | Method and Description |
---|---|
void |
ShapeDetails.setSerde(SerDe serde) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEncodingAwareSerDe
AbstractEncodingAwareSerDe aware the encoding from table properties,
transform data from specified charset to UTF-8 during serialize, and
transform data from UTF-8 to specified charset during deserialize.
|
class |
AbstractSerDe
Abstract class for implementing SerDe.
|
class |
ByteStreamTypedSerDe
ByteStreamTypedSerDe.
|
class |
DelimitedJSONSerDe
DelimitedJSONSerDe.
|
class |
MetadataTypedColumnsetSerDe
MetadataTypedColumnsetSerDe.
|
class |
NullStructSerDe
Placeholder SerDe for cases where neither serialization nor deserialization is needed
|
class |
OpenCSVSerde
OpenCSVSerde use opencsv to deserialize CSV format.
|
class |
RegexSerDe
RegexSerDe uses regular expression (regex) to deserialize data.
|
class |
TypedSerDe
TypedSerDe.
|
Modifier and Type | Class and Description |
---|---|
class |
AvroSerDe
Read or write Avro data from Hive.
|
Modifier and Type | Class and Description |
---|---|
class |
BinarySortableSerDe
BinarySortableSerDe can be used to write data in a way that the data can be
compared byte-by-byte with the same order.
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnarSerDe
ColumnarSerDe is used for columnar based storage supported by RCFile.
|
class |
ColumnarSerDeBase |
class |
LazyBinaryColumnarSerDe
LazyBinaryColumnarSerDe.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicSerDe
DynamicSerDe.
|
Modifier and Type | Class and Description |
---|---|
class |
LazySimpleSerDe
LazySimpleSerDe can be used to read the same data format as
MetadataTypedColumnsetSerDe and TCTLSeparatedProtocol.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyBinarySerDe
The LazyBinarySerDe class combines the lazy property of LazySimpleSerDe class
and the binary property of BinarySortable class.
|
Modifier and Type | Class and Description |
---|---|
class |
ThriftByteStreamTypedSerDe
ThriftByteStreamTypedSerDe.
|
Modifier and Type | Class and Description |
---|---|
class |
HCatRecordSerDe
SerDe class for serializing to and from HCatRecord
|
class |
JsonSerDe |
Modifier and Type | Method and Description |
---|---|
Class<? extends SerDe> |
FosterStorageHandler.getSerDeClass() |
Constructor and Description |
---|
FosterStorageHandler(Class<? extends org.apache.hadoop.mapred.InputFormat> ifClass,
Class<? extends org.apache.hadoop.mapred.OutputFormat> ofClass,
Class<? extends SerDe> serDeClass) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.