public abstract class VectorizedSerde extends AbstractSerDe
VectorizedRowBatch must implement this interface.configErrors| Constructor and Description |
|---|
VectorizedSerde() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
deserializeVector(Object rowBlob,
int rowsInBlob,
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch reuseBatch) |
abstract org.apache.hadoop.io.Writable |
serializeVector(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch vrg,
ObjectInspector objInspector) |
deserialize, getConfigurationErrors, getObjectInspector, getSerDeStats, getSerializedClass, initialize, initialize, serialize, shouldStoreFieldsInMetastorepublic abstract org.apache.hadoop.io.Writable serializeVector(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch vrg,
ObjectInspector objInspector)
throws SerDeException
SerDeExceptionpublic abstract void deserializeVector(Object rowBlob, int rowsInBlob, org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch reuseBatch) throws SerDeException
SerDeExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.