public interface VectorizedSerde
VectorizedRowBatch must implement this interface.| Modifier and Type | Method and Description |
|---|---|
void |
deserializeVector(Object rowBlob,
int rowsInBlob,
VectorizedRowBatch reuseBatch) |
org.apache.hadoop.io.Writable |
serializeVector(VectorizedRowBatch vrg,
ObjectInspector objInspector) |
org.apache.hadoop.io.Writable serializeVector(VectorizedRowBatch vrg, ObjectInspector objInspector) throws SerDeException
SerDeExceptionvoid deserializeVector(Object rowBlob, int rowsInBlob, VectorizedRowBatch reuseBatch) throws SerDeException
SerDeExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.