public class LazyBinaryColumnarSerDe extends ColumnarSerDeBase
cachedObjectInspector, lastOperationDeserialize, lastOperationSerialize, serializedSize, statsconfigErrors| Constructor and Description |
|---|
LazyBinaryColumnarSerDe() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl)
Initialize the HiveSerializer.
|
org.apache.hadoop.io.Writable |
serialize(Object obj,
ObjectInspector objInspector)
Serialize an object by navigating inside the Object with the
ObjectInspector.
|
String |
toString() |
deserialize, getObjectInspector, getSerDeStats, getSerializedClass, initializegetConfigurationErrors, initializepublic void initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl)
throws SerDeException
AbstractSerDeinitialize in interface Deserializerinitialize in interface Serializerinitialize in class AbstractSerDeconf - System properties. Can be null in compile timetbl - table propertiesSerDeExceptionpublic org.apache.hadoop.io.Writable serialize(Object obj, ObjectInspector objInspector) throws SerDeException
AbstractSerDeserialize in interface Serializerserialize in class AbstractSerDeSerDeExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.