Uses of Class
org.apache.drill.exec.store.parquet.ParquetFormatConfig.ParquetFormatConfigBuilder
-
Uses of ParquetFormatConfig.ParquetFormatConfigBuilder in org.apache.drill.exec.store.parquet
Modifier and TypeMethodDescriptionParquetFormatConfig.ParquetFormatConfigBuilder.autoCorrectCorruptDates
(Boolean autoCorrectCorruptDates) ParquetFormatConfig.builder()
ParquetFormatConfig.ParquetFormatConfigBuilder.enableStringsSignedMinMax
(boolean enableStringsSignedMinMax) ParquetFormatConfig.ParquetFormatConfigBuilder.useSingleFSBlock
(Boolean useSingleFSBlock) ParquetFormatConfig.ParquetFormatConfigBuilder.writerCompressionType
(String writerCompressionType) ParquetFormatConfig.ParquetFormatConfigBuilder.writerFormatVersion
(String writerFormatVersion) ParquetFormatConfig.ParquetFormatConfigBuilder.writerLogicalTypeForDecimals
(String writerLogicalTypeForDecimals) ParquetFormatConfig.ParquetFormatConfigBuilder.writerUsePrimitivesForDecimals
(Boolean writerUsePrimitivesForDecimals)