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
HiveException
public void init(List<Integer> outputColumns) throws HiveException
HiveException
public void init(int startColumn) throws HiveException
HiveException
public void init() throws HiveException
HiveException
public void setBytes(byte[] bytes, int offset, int length)
public void deserializeByValue(VectorizedRowBatch batch, int batchIndex) throws IOException
IOException
public void deserializeByReference(VectorizedRowBatch batch, int batchIndex) throws IOException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.