| 程序包 | 说明 |
|---|---|
| org.apache.paimon.format.orc | |
| org.apache.paimon.format.orc.writer |
| 构造器和说明 |
|---|
OrcWriterFactory(Vectorizer<org.apache.paimon.data.InternalRow> vectorizer)
Creates a new OrcBulkWriterFactory using the provided Vectorizer implementation.
|
OrcWriterFactory(Vectorizer<org.apache.paimon.data.InternalRow> vectorizer,
org.apache.hadoop.conf.Configuration configuration)
Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration.
|
OrcWriterFactory(Vectorizer<org.apache.paimon.data.InternalRow> vectorizer,
Properties writerProperties,
org.apache.hadoop.conf.Configuration configuration)
Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration, ORC
writer properties.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RowDataVectorizer
A
Vectorizer of InternalRow type element. |
| 构造器和说明 |
|---|
OrcBulkWriter(Vectorizer<org.apache.paimon.data.InternalRow> vectorizer,
org.apache.orc.Writer writer,
org.apache.paimon.fs.PositionOutputStream underlyingStream,
int batchSize) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.