arrow.feather_write_properties

Module for [FeatherWriteProperties] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FeatherWriteProperties self() nothrowReturns `this`, for use in `with` statements.
FeatherWritePropertiesGidBuilder builder() static nothrowGet builder for [arrow.feather_write_properties.FeatherWriteProperties] Returns: New builder object
arrow.types.CompressionType compression() @property nothrowGet `compression` property. Returns: Compression type to use. Only [arrow.types.CompressionType.Uncompressed], [arrow.types.CompressionType.Lz4] and [arrow.types.CompressionType.Zstd] are supported...
void compression(arrow.types.CompressionType propval) @property nothrowSet `compression` property. Params: propval = Compression type to use. Only [arrow.types.CompressionType.Uncompressed], [arrow.types.CompressionType.Lz4] and [arrow.types.CompressionType.Zstd] are ...
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.feather_write_properties.FeatherWriteProperties

Methods
T compression(arrow.types.CompressionType propval) nothrowSet `compression` property. Params: propval = Compression type to use. Only [arrow.types.CompressionType.Uncompressed], [arrow.types.CompressionType.Lz4] and [arrow.types.CompressionType.Zstd] are ...