public class VectorCopyRow extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
VectorCopyRow() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyByReference(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch inBatch,
int inBatchIndex,
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch outBatch,
int outBatchIndex) |
void |
copyByValue(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch inBatch,
int inBatchIndex,
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch outBatch,
int outBatchIndex) |
void |
init(VectorColumnMapping columnMapping) |
String |
toString() |
public void init(VectorColumnMapping columnMapping) throws HiveException
HiveExceptionpublic void copyByValue(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch inBatch,
int inBatchIndex,
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch outBatch,
int outBatchIndex)
public void copyByReference(org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch inBatch,
int inBatchIndex,
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch outBatch,
int outBatchIndex)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.