public abstract class ByteStreamTypedSerDe extends TypedSerDe
| Modifier and Type | Field and Description |
|---|---|
protected ByteStream.Input |
bis |
protected ByteStream.Output |
bos |
deserializeCache, objectClass, objectTypeconfiguration, log, partitionProperties, properties, tableProperties| Constructor and Description |
|---|
ByteStreamTypedSerDe(Type objectType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(org.apache.hadoop.io.Writable field)
Deserialize an object out of a Writable blob.
|
getObjectInspector, getObjectInspectorOptions, getSerializedClass, initialize, serializegetColumnComments, getColumnNames, getColumnTypes, getConfiguration, getPartitionColumnComments, getPartitionColumnNames, getPartitionColumnTypes, getSerDeStats, parseColumnComments, parseColumnNames, parseColumnNames, parseColumnTypes, parseColumnTypes, shouldStoreFieldsInMetastore, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithandleJobLevelConfigurationprotected ByteStream.Input bis
protected ByteStream.Output bos
public ByteStreamTypedSerDe(Type objectType) throws SerDeException
SerDeExceptionpublic Object deserialize(org.apache.hadoop.io.Writable field) throws SerDeException
Deserializerdeserialize in interface Deserializerdeserialize in class TypedSerDefield - The Writable object containing a serialized objectSerDeExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.