public interface Deserializer
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(org.apache.hadoop.io.Writable blob)
Deserialize an object out of a Writable blob.
|
ObjectInspector |
getObjectInspector()
Get the object inspector that can be used to navigate through the internal
structure of the Object returned from deserialize(...).
|
SerDeStats |
getSerDeStats()
Returns statistics collected when serializing
|
void |
initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl)
Initialize the HiveDeserializer.
|
void initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl)
throws SerDeException
conf - System propertiestbl - table propertiesSerDeExceptionObject deserialize(org.apache.hadoop.io.Writable blob) throws SerDeException
blob - The Writable object containing a serialized objectSerDeExceptionObjectInspector getObjectInspector() throws SerDeException
SerDeExceptionSerDeStats getSerDeStats()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.