public class ParquetHiveSerDe extends AbstractSerDe
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hadoop.io.Text |
ARRAY |
static org.apache.hadoop.io.Text |
MAP |
static org.apache.hadoop.io.Text |
MAP_KEY |
static org.apache.hadoop.io.Text |
MAP_VALUE |
static int[] |
PRECISION_TO_BYTE_COUNT |
configErrors| Constructor and Description |
|---|
ParquetHiveSerDe() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(org.apache.hadoop.io.Writable blob) |
ObjectInspector |
getObjectInspector() |
SerDeStats |
getSerDeStats() |
Class<? extends org.apache.hadoop.io.Writable> |
getSerializedClass() |
void |
initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl) |
org.apache.hadoop.io.Writable |
serialize(Object obj,
ObjectInspector objInspector) |
getConfigurationErrors, initializepublic static final org.apache.hadoop.io.Text MAP_KEY
public static final org.apache.hadoop.io.Text MAP_VALUE
public static final org.apache.hadoop.io.Text MAP
public static final org.apache.hadoop.io.Text ARRAY
public static final int[] PRECISION_TO_BYTE_COUNT
public final void initialize(org.apache.hadoop.conf.Configuration conf,
Properties tbl)
throws SerDeException
initialize in interface Deserializerinitialize in interface Serializerinitialize in class AbstractSerDeSerDeExceptionpublic Object deserialize(org.apache.hadoop.io.Writable blob) throws SerDeException
deserialize in interface Deserializerdeserialize in class AbstractSerDeSerDeExceptionpublic ObjectInspector getObjectInspector() throws SerDeException
getObjectInspector in interface DeserializergetObjectInspector in class AbstractSerDeSerDeExceptionpublic Class<? extends org.apache.hadoop.io.Writable> getSerializedClass()
getSerializedClass in interface SerializergetSerializedClass in class AbstractSerDepublic org.apache.hadoop.io.Writable serialize(Object obj, ObjectInspector objInspector) throws SerDeException
serialize in interface Serializerserialize in class AbstractSerDeSerDeExceptionpublic SerDeStats getSerDeStats()
getSerDeStats in interface DeserializergetSerDeStats in interface SerializergetSerDeStats in class AbstractSerDeCopyright © 2016 The Apache Software Foundation. All rights reserved.