public class ColumnarSerDe extends ColumnarSerDeBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
cachedObjectInspector, lastOperationDeserialize, lastOperationSerialize, serializedSize, stats| Constructor and Description |
|---|
ColumnarSerDe() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Configuration job,
java.util.Properties tbl)
Initialize the SerDe given the parameters.
|
Writable |
serialize(java.lang.Object obj,
ObjectInspector objInspector)
Serialize a row of data.
|
java.lang.String |
toString() |
deserialize, getObjectInspector, getSerDeStats, getSerializedClass, initializepublic ColumnarSerDe()
throws SerDeException
SerDeExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void initialize(Configuration job,
java.util.Properties tbl)
throws SerDeException
initialize in interface Deserializerinitialize in interface Serializerinitialize in class AbstractSerDejob - System propertiestbl - table propertiesSerDeExceptionDeserializer.initialize(Configuration, Properties)public Writable serialize(java.lang.Object obj,
ObjectInspector objInspector)
throws SerDeException
serialize in interface Serializerserialize in class AbstractSerDeobj - The row objectobjInspector - The ObjectInspector for the row objectSerDeExceptionSerializer.serialize(Object, ObjectInspector)Copyright © 2012 The Apache Software Foundation