| Interface | Description |
|---|---|
| ByteStream.RandomAccessOutput | |
| Deserializer |
HiveDeserializer is used to deserialize the data from hadoop Writable to a
custom java object that can be of any type that the developer wants.
|
| FetchFormatter<T> |
internal-use only
Used in ListSinkOperator for formatting final output
|
| SchemaInference | |
| SerDe |
A Hive Serializer/Deserializer.
|
| SerDeStatsStruct | |
| Serializer |
HiveSerializer is used to serialize data to a Hadoop Writable object.
|
| StructObject |
| Class | Description |
|---|---|
| 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.
|
| AbstractSerDe |
This abstract class is the superclass of all classes that can serialize and
de-serialize Hadoop
Writable objects. |
| BaseStructObjectInspector | |
| BaseStructObjectInspector.MyField | |
| ByteStream |
Extensions to bytearrayinput/output streams.
|
| ByteStream.Input |
Input.
|
| ByteStream.Output |
Output.
|
| ByteStreamTypedSerDe |
ByteStreamTypedSerDe.
|
| ColumnProjectionUtils |
ColumnProjectionUtils.
|
| ColumnSet |
ColumnSet.
|
| DefaultFetchFormatter<T> |
serialize row by user specified serde and call toString() to make string type result
|
| DelimitedJSONSerDe |
DelimitedJSONSerDe.
|
| JsonSerDe |
Hive SerDe for processing JSON formatted data.
|
| MetadataTypedColumnsetSerDe |
MetadataTypedColumnsetSerDe.
|
| MultiDelimitSerDe |
This SerDe allows user to use multiple characters as the field delimiter for a table.
|
| NoOpFetchFormatter<T> |
A No-op fetch formatter.
|
| NullStructSerDe |
Placeholder SerDe for cases where neither serialization nor deserialization is needed
|
| NullStructSerDe.NullStructSerDeObjectInspector |
A object inspector for null struct serde.
|
| OpenCSVSerde |
OpenCSVSerde use opencsv to deserialize CSV format.
|
| RandomTypeUtil | |
| RegexSerDe |
RegexSerDe uses regular expression (regex) to deserialize data.
|
| SerDeStats | |
| SerDeUtils |
SerDeUtils.
|
| TypedSerDe |
TypedSerDe.
|
| WriteBuffers |
The structure storing arbitrary amount of data as a set of fixed-size byte buffers.
|
| WriteBuffers.ByteSegmentRef |
The class representing a segment of bytes in the buffer.
|
| WriteBuffers.Position |
| Exception | Description |
|---|---|
| SerDeException |
Generic exception class for SerDes.
|
| Annotation Type | Description |
|---|---|
| SerDeSpec |
Copyright © 2022 The Apache Software Foundation. All rights reserved.