public class VectorDeserializeRow extends Object
| Constructor and Description |
|---|
VectorDeserializeRow(DeserializeRead deserializeRead) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeByReference(VectorizedRowBatch batch,
int batchIndex) |
void |
deserializeByValue(VectorizedRowBatch batch,
int batchIndex) |
void |
init() |
void |
init(int startColumn) |
void |
init(int[] outputColumns) |
void |
init(List<Integer> outputColumns) |
void |
setBytes(byte[] bytes,
int offset,
int length) |
public VectorDeserializeRow(DeserializeRead deserializeRead)
public void init(int[] outputColumns)
throws HiveException
HiveExceptionpublic void init(List<Integer> outputColumns) throws HiveException
HiveExceptionpublic void init(int startColumn)
throws HiveException
HiveExceptionpublic void init()
throws HiveException
HiveExceptionpublic void setBytes(byte[] bytes,
int offset,
int length)
public void deserializeByValue(VectorizedRowBatch batch, int batchIndex) throws IOException
IOExceptionpublic void deserializeByReference(VectorizedRowBatch batch, int batchIndex) throws IOException
IOExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.