Package | Description |
---|---|
org.apache.flink.orc.vector | |
org.apache.flink.orc.writer |
Modifier and Type | Class and Description |
---|---|
class |
RowDataVectorizer
A
Vectorizer of RowData type element. |
Constructor and Description |
---|
OrcBulkWriterFactory(Vectorizer<T> vectorizer)
Creates a new OrcBulkWriterFactory using the provided Vectorizer implementation.
|
OrcBulkWriterFactory(Vectorizer<T> vectorizer,
Configuration configuration)
Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration.
|
OrcBulkWriterFactory(Vectorizer<T> vectorizer,
Properties writerProperties,
Configuration configuration)
Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration, ORC
writer properties.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.