parquet.writer_properties

Module for [WriterProperties] class

Types 3

Methods
GType _gType() @property
WriterProperties self()Returns `this`, for use in `with` statements.
WriterPropertiesGidBuilder builder()Get builder for [parquet.writer_properties.WriterProperties] Returns: New builder object
void disableDictionary(string path = null)
void enableDictionary(string path = null)
bool isDictionaryEnabled(string path)
void setBatchSize(long batchSize)
void setCompression(arrow.types.CompressionType compressionType, string path = null)
void setDataPageSize(long dataPageSize)
void setMaxRowGroupLength(long length)
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [parquet.writer_properties.WriterProperties]