public class LazyBinarySerDe2 extends LazyBinarySerDe
LazyBinarySerDe.BooleanRef, LazyBinarySerDe.StringWrapperLOGconfigErrors| Constructor and Description |
|---|
LazyBinarySerDe2() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl)
Initialize the SerDe with configuration and table information.
|
org.apache.hadoop.io.Writable |
serialize(Object obj,
ObjectInspector objInspector)
Serialize an object to a byte buffer in a binary compact way.
|
deserialize, getObjectInspector, getSerDeStats, getSerializedClass, serialize, serializeStruct, serializeText, setFromBigIntegerBytesAndScale, writeDateToByteStream, writeSizeAtOffset, writeToByteStream, writeToByteStream, writeToByteStreamgetConfigurationErrors, initialize, shouldStoreFieldsInMetastorepublic LazyBinarySerDe2()
throws SerDeException
SerDeExceptionpublic void initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl)
throws SerDeException
LazyBinarySerDeinitialize in interface Deserializerinitialize in interface Serializerinitialize in class LazyBinarySerDeconf - System properties. Can be null in compile timetbl - table propertiesSerDeExceptionpublic org.apache.hadoop.io.Writable serialize(Object obj, ObjectInspector objInspector) throws SerDeException
LazyBinarySerDeserialize in interface Serializerserialize in class LazyBinarySerDeSerDeExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.