org.apache.hadoop.hive.ql.io.orc
Class VectorizedOrcSerde

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.orc.OrcSerde
      extended by org.apache.hadoop.hive.ql.io.orc.VectorizedOrcSerde
All Implemented Interfaces:
VectorizedSerde, Deserializer, SerDe, Serializer

public class VectorizedOrcSerde
extends OrcSerde

A serde class for ORC. It transparently passes the object to/from the ORC file reader/writer.


Constructor Summary
VectorizedOrcSerde(ObjectInspector objInspector)
           
 
Method Summary
 org.apache.hadoop.io.Writable serialize(Object obj, ObjectInspector inspector)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.io.orc.OrcSerde
deserialize, deserializeVector, getObjectInspector, getSerDeStats, getSerializedClass, initialize, serializeVector
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorizedOrcSerde

public VectorizedOrcSerde(ObjectInspector objInspector)
Method Detail

serialize

public org.apache.hadoop.io.Writable serialize(Object obj,
                                               ObjectInspector inspector)
Specified by:
serialize in interface Serializer
Overrides:
serialize in class OrcSerde


Copyright © 2014 The Apache Software Foundation. All rights reserved.