public class VectorizedOrcSerde extends OrcSerde
| Constructor and Description |
|---|
VectorizedOrcSerde(ObjectInspector objInspector) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.Writable |
serialize(Object obj,
ObjectInspector inspector)
Serialize an object by navigating inside the Object with the
ObjectInspector.
|
deserialize, deserializeVector, getObjectInspector, getSerDeStats, getSerializedClass, initialize, serializeVectorpublic VectorizedOrcSerde(ObjectInspector objInspector)
public org.apache.hadoop.io.Writable serialize(Object obj, ObjectInspector inspector)
Serializerserialize in interface Serializerserialize in class OrcSerdeCopyright © 2017 The Apache Software Foundation. All rights reserved.