ParquetWriterConfiguration

data class ParquetWriterConfiguration(val compressionCodecName: String, val blockSizeMb: Int, val maxPaddingSizeMb: Int, val pageSizeKb: Int, val dictionaryPageSizeKb: Int, val dictionaryEncoding: Boolean)

Constructors

Link copied to clipboard
constructor(compressionCodecName: String, blockSizeMb: Int, maxPaddingSizeMb: Int, pageSizeKb: Int, dictionaryPageSizeKb: Int, dictionaryEncoding: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val compressionCodec: CompressionCodecName
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard