public interface VectorColumnAssign
| Modifier and Type | Method and Description |
|---|---|
void |
assignObjectValue(Object val,
int destIndex) |
void |
assignVectorValue(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch inBatch,
int batchIndex,
int valueColumn,
int destIndex) |
void |
reset() |
void assignVectorValue(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch inBatch,
int batchIndex,
int valueColumn,
int destIndex)
throws HiveException
HiveExceptionvoid assignObjectValue(Object val, int destIndex) throws HiveException
HiveExceptionvoid reset()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.