parquet.writer_properties
Module for [WriterProperties] class
Types 3
Methods
WriterPropertiesGidBuilder builder() static nothrowGet builder for [parquet.writer_properties.WriterProperties] Returns: New builder objectvoid disableDictionary(string path = null) nothrowvoid enableDictionary(string path = null) nothrowlong getBatchSize() nothrowarrow.types.CompressionType getCompressionPath(string path) nothrowlong getDataPageSize() nothrowlong getDictionaryPageSizeLimit() nothrowlong getMaxRowGroupLength() nothrowbool isDictionaryEnabled(string path) nothrowvoid setBatchSize(long batchSize) nothrowvoid setCompression(arrow.types.CompressionType compressionType, string path = null) nothrowvoid setDataPageSize(long dataPageSize) nothrowvoid setDictionaryPageSizeLimit(long limit) nothrowvoid setMaxRowGroupLength(long length) nothrowFluent builder implementation template for parquet.writer_properties.WriterProperties
Fluent builder for parquet.writer_properties.WriterProperties
Methods