public class LazyBinarySerDe2 extends LazyBinarySerDe
LazyBinarySerDe.BooleanRef, LazyBinarySerDe.StringWrapperLOGconfiguration, log, partitionProperties, properties, tableProperties| Constructor and Description |
|---|
LazyBinarySerDe2() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.apache.hadoop.conf.Configuration configuration,
Properties tableProperties,
Properties partitionProperties)
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, writeToByteStream, writeToByteStreamgetColumnComments, getColumnNames, getColumnTypes, getConfiguration, getPartitionColumnComments, getPartitionColumnNames, getPartitionColumnTypes, parseColumnComments, parseColumnNames, parseColumnNames, parseColumnTypes, parseColumnTypes, shouldStoreFieldsInMetastore, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithandleJobLevelConfigurationpublic void initialize(org.apache.hadoop.conf.Configuration configuration,
Properties tableProperties,
Properties partitionProperties)
throws SerDeException
LazyBinarySerDeinitialize in class LazyBinarySerDeconfiguration - Hadoop configurationtableProperties - Table propertiespartitionProperties - Partition properties (may be null if
table has no partitions)SerDeException - if SerDe fails to initializepublic org.apache.hadoop.io.Writable serialize(Object obj, ObjectInspector objInspector) throws SerDeException
LazyBinarySerDeserialize in interface Serializerserialize in class LazyBinarySerDeSerDeExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.