|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.serde2.NullStructSerDe
public class NullStructSerDe
Placeholder SerDe for cases where neither serialization nor deserialization is needed
| Constructor Summary | |
|---|---|
NullStructSerDe()
|
|
| Method Summary | |
|---|---|
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 |
Class<? extends org.apache.hadoop.io.Writable> |
getSerializedClass()
Returns the Writable class that would be returned by the serialize method. |
void |
initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl)
Initialize the HiveDeserializer. |
org.apache.hadoop.io.Writable |
serialize(Object obj,
ObjectInspector objInspector)
Serialize an object by navigating inside the Object with the ObjectInspector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullStructSerDe()
| Method Detail |
|---|
public Object deserialize(org.apache.hadoop.io.Writable blob)
throws SerDeException
Deserializer
deserialize in interface Deserializerblob - The Writable object containing a serialized object
SerDeException
public ObjectInspector getObjectInspector()
throws SerDeException
Deserializer
getObjectInspector in interface DeserializerSerDeExceptionpublic SerDeStats getSerDeStats()
Deserializer
getSerDeStats in interface DeserializergetSerDeStats in interface Serializer
public void initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl)
throws SerDeException
Deserializer
initialize in interface Deserializerinitialize in interface Serializerconf - System propertiestbl - table properties
SerDeExceptionpublic Class<? extends org.apache.hadoop.io.Writable> getSerializedClass()
Serializer
getSerializedClass in interface Serializer
public org.apache.hadoop.io.Writable serialize(Object obj,
ObjectInspector objInspector)
throws SerDeException
Serializer
serialize in interface SerializerSerDeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||