public class RowDataVectorizer extends Vectorizer<InternalRow>
Vectorizer of InternalRow type element.| Constructor and Description |
|---|
RowDataVectorizer(String schema,
DataType[] fieldTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
vectorize(InternalRow row,
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch)
Transforms the provided element to ColumnVectors and sets them in the exposed
VectorizedRowBatch.
|
getSchemapublic void vectorize(InternalRow row, org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch)
Vectorizervectorize in class Vectorizer<InternalRow>row - The input elementbatch - The batch to write the ColumnVectorsCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.