parquet.writer_properties
Module for WriterProperties class
Types 3
Methods
WriterProperties self()Returns `this`, for use in `with` statements.WriterPropertiesGidBuilder builder()Get builder for [parquet.writer_properties.WriterProperties] Returns: New builder objectvoid disableDictionary(string path = null)void enableDictionary(string path = null)long getBatchSize()arrow.types.CompressionType getCompressionPath(string path)long getDataPageSize()long getDictionaryPageSizeLimit()long getMaxRowGroupLength()bool isDictionaryEnabled(string path)void setBatchSize(long batchSize)void setCompression(arrow.types.CompressionType compressionType, string path = null)void setDataPageSize(long dataPageSize)void setDictionaryPageSizeLimit(long limit)void setMaxRowGroupLength(long length)Fluent builder implementation template for parquet.writer_properties.WriterProperties
Fluent builder for parquet.writer_properties.WriterProperties
Methods
WriterProperties build()Create object from builder. Returns: New object