Uses of Interface
org.apache.parquet.column.values.factory.ValuesWriterFactory
-
Packages that use ValuesWriterFactory Package Description org.apache.parquet.column org.apache.parquet.column.values.factory -
-
Uses of ValuesWriterFactory in org.apache.parquet.column
Fields in org.apache.parquet.column declared as ValuesWriterFactory Modifier and Type Field Description static ValuesWriterFactoryParquetProperties. DEFAULT_VALUES_WRITER_FACTORYDeprecated.This shared instance can cause thread safety issues when used by multiple builders concurrently.Methods in org.apache.parquet.column that return ValuesWriterFactory Modifier and Type Method Description ValuesWriterFactoryParquetProperties. getValuesWriterFactory()Methods in org.apache.parquet.column with parameters of type ValuesWriterFactory Modifier and Type Method Description ParquetProperties.BuilderParquetProperties.Builder. withValuesWriterFactory(ValuesWriterFactory factory) -
Uses of ValuesWriterFactory in org.apache.parquet.column.values.factory
Classes in org.apache.parquet.column.values.factory that implement ValuesWriterFactory Modifier and Type Class Description classDefaultV1ValuesWriterFactoryclassDefaultV2ValuesWriterFactoryclassDefaultValuesWriterFactoryHandles ValuesWriter creation statically based on the types of the columns and the writer version.
-