parquet.writer_properties

Module for [WriterProperties] class

Types 3

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