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