Uses of Class
org.apache.flink.orc.vector.Vectorizer
-
Packages that use Vectorizer Package Description org.apache.flink.orc.vector org.apache.flink.orc.writer -
-
Uses of Vectorizer in org.apache.flink.orc.vector
Subclasses of Vectorizer in org.apache.flink.orc.vector Modifier and Type Class Description classRowDataVectorizerAVectorizerofRowDatatype element. -
Uses of Vectorizer in org.apache.flink.orc.writer
Constructors in org.apache.flink.orc.writer with parameters of type Vectorizer Constructor Description OrcBulkWriterFactory(Vectorizer<T> vectorizer)Creates a new OrcBulkWriterFactory using the provided Vectorizer implementation.OrcBulkWriterFactory(Vectorizer<T> vectorizer, Properties writerProperties, org.apache.hadoop.conf.Configuration configuration)Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration, ORC writer properties.OrcBulkWriterFactory(Vectorizer<T> vectorizer, org.apache.hadoop.conf.Configuration configuration)Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration.
-