public class VectorCopyRow extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
VectorCopyRow() |
Modifier and Type | Method and Description |
---|---|
void |
copyByReference(VectorizedRowBatch inBatch,
int inBatchIndex,
VectorizedRowBatch outBatch,
int outBatchIndex) |
void |
copyByValue(VectorizedRowBatch inBatch,
int inBatchIndex,
VectorizedRowBatch outBatch,
int outBatchIndex) |
void |
init(VectorColumnMapping columnMapping) |
public void init(VectorColumnMapping columnMapping) throws HiveException
HiveException
public void copyByValue(VectorizedRowBatch inBatch, int inBatchIndex, VectorizedRowBatch outBatch, int outBatchIndex)
public void copyByReference(VectorizedRowBatch inBatch, int inBatchIndex, VectorizedRowBatch outBatch, int outBatchIndex)
Copyright © 2017 The Apache Software Foundation. All rights reserved.