public interface VectorColumnAssign
| Modifier and Type | Method and Description |
|---|---|
void |
assignObjectValue(Object val,
int destIndex) |
void |
assignVectorValue(VectorizedRowBatch inBatch,
int batchIndex,
int valueColumn,
int destIndex) |
void |
reset() |
void assignVectorValue(VectorizedRowBatch inBatch, int batchIndex, int valueColumn, int destIndex) throws HiveException
HiveExceptionvoid assignObjectValue(Object val, int destIndex) throws HiveException
HiveExceptionvoid reset()
Copyright © 2017 The Apache Software Foundation. All rights reserved.