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
SerDeException
void deserializeVector(Object rowBlob, int rowsInBlob, VectorizedRowBatch reuseBatch) throws SerDeException
SerDeException
Copyright © 2017 The Apache Software Foundation. All rights reserved.