| Modifier and Type | Class and Description |
|---|---|
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 |
OpenCSVSerde
OpenCSVSerde use opencsv to deserialize CSV format.
|
class |
RegexSerDe
RegexSerDe uses regular expression (regex) to deserialize data.
|
| 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 |
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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.