Uses of Class
org.apache.flink.orc.vector.Vectorizer
Packages that use Vectorizer
-
Uses of Vectorizer in org.apache.flink.orc.vector
Subclasses of Vectorizer in org.apache.flink.orc.vector -
Uses of Vectorizer in org.apache.flink.orc.writer
Constructors in org.apache.flink.orc.writer with parameters of type VectorizerModifierConstructorDescriptionOrcBulkWriterFactory(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.