FeatherWritePropertiesGidBuilderImpl.compression

T compression(arrow.types.CompressionType propval)

Set compression property.

Parameters

propvalCompression type to use. Only [arrow.types.CompressionType.Uncompressed], [arrow.types.CompressionType.Lz4] and [arrow.types.CompressionType.Zstd] are supported. The default compression is [arrow.types.CompressionType.Lz4] if Apache Arrow C++ is built with support for it, otherwise [arrow.types.CompressionType.Uncompressed]. [arrow.types.CompressionType.Uncompressed] is set as the object default here.

Returns

Builder instance for fluent chaining