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
HiveException
void assignObjectValue(Object val, int destIndex) throws HiveException
HiveException
void reset()
Copyright © 2017 The Apache Software Foundation. All rights reserved.