| Interface | Description |
|---|---|
| ByteStream.RandomAccessOutput | |
| Deserializer | Deprecated |
| SerDe | Deprecated |
| SerDeStatsStruct | |
| Serializer | Deprecated |
| StructObject |
| Class | Description |
|---|---|
| AbstractDeserializer |
Abstract class for implementing Deserializer.
|
| 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 |
Abstract class for implementing SerDe.
|
| AbstractSerializer |
Abstract class for implementing Serializer.
|
| BaseStructObjectInspector | |
| BaseStructObjectInspector.MyField | |
| ByteStream |
Extensions to bytearrayinput/output streams.
|
| ByteStream.Input |
Input.
|
| ByteStream.Output |
Output.
|
| ByteStreamTypedSerDe |
ByteStreamTypedSerDe.
|
| ColumnProjectionUtils |
ColumnProjectionUtils.
|
| ColumnSet |
ColumnSet.
|
| DelimitedJSONSerDe |
DelimitedJSONSerDe.
|
| MetadataTypedColumnsetSerDe |
MetadataTypedColumnsetSerDe.
|
| 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.
|
| 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 © 2017 The Apache Software Foundation. All rights reserved.