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, serializeVector
public VectorizedOrcSerde(ObjectInspector objInspector)
public org.apache.hadoop.io.Writable serialize(Object obj, ObjectInspector inspector)
Serializer
serialize
in interface Serializer
serialize
in class OrcSerde
Copyright © 2017 The Apache Software Foundation. All rights reserved.