| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.vector |
| Modifier and Type | Method and Description |
|---|---|
static VectorExtractRow.OutputType |
VectorExtractRow.OutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorExtractRow.OutputType[] |
VectorExtractRow.OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorExtractRow.extractRow(VectorizedRowBatch batch,
int batchIndex,
Object[] objects,
VectorExtractRow.OutputType outputType)
Extract an row object from a VectorizedRowBatch at batchIndex.
|
Object |
VectorExtractRow.extractRowColumn(ColumnVector colVector,
TypeInfo typeInfo,
ObjectInspector objectInspector,
int batchIndex,
VectorExtractRow.OutputType outputType) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.