public class ColumnVectorBatch extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.hadoop.hive.ql.exec.vector.ColumnVector[] |
cols |
int |
size |
| Constructor and Description |
|---|
ColumnVectorBatch(int columnCount) |
ColumnVectorBatch(int columnCount,
int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
swapColumnVector(int ix,
org.apache.hadoop.hive.ql.exec.vector.ColumnVector[] other,
int otherIx) |
String |
toString() |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.