| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.vector |
| Modifier and Type | Field and Description |
|---|---|
ColumnVector.Type |
ColumnVector.type |
| Modifier and Type | Method and Description |
|---|---|
static ColumnVector.Type |
ColumnVector.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnVector.Type[] |
ColumnVector.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnVector(ColumnVector.Type type,
int len)
Constructor for super-class ColumnVector.
|
MultiValuedColumnVector(ColumnVector.Type type,
int len)
Constructor for MultiValuedColumnVector.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.