public class RowDataVectorizer extends Vectorizer<org.apache.paimon.data.InternalRow>
Vectorizer of InternalRow type element.| 构造器和说明 |
|---|
RowDataVectorizer(String schema,
org.apache.paimon.types.DataType[] fieldTypes) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
vectorize(org.apache.paimon.data.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 RowDataVectorizer(String schema, org.apache.paimon.types.DataType[] fieldTypes)
public void vectorize(org.apache.paimon.data.InternalRow row,
org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch batch)
Vectorizervectorize 在类中 Vectorizer<org.apache.paimon.data.InternalRow>row - The input elementbatch - The batch to write the ColumnVectorsCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.