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 | 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 |
ParquetHiveSerDe
A ParquetHiveSerDe for Hive (with the deprecated package mapred)
|
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 |
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.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.