| 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 |
JsonSerDe
Hive SerDe for processing JSON formatted data.
|
class |
MetadataTypedColumnsetSerDe
MetadataTypedColumnsetSerDe.
|
class |
MultiDelimitSerDe
This SerDe allows user to use multiple characters as the field delimiter for a table.
|
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.
|
class |
BinarySortableSerDeWithEndPrefix |
| 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 |
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.
|
class |
LazyBinarySerDe2
Subclass of LazyBinarySerDe with faster serialization, initializing a serializer based on the
row columns rather than checking the ObjectInspector category/primitiveType for every value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TeradataBinarySerde
https://cwiki.apache.org/confluence/display/Hive/TeradataBinarySerde.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThriftByteStreamTypedSerDe
ThriftByteStreamTypedSerDe.
|
class |
ThriftDeserializer
ThriftDeserializer.
|
class |
ThriftJDBCBinarySerDe
This SerDe is used to serialize the final output to thrift-able objects directly in the SerDe.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.