Property
ArrowFeatherWriteProperties:compression
since: 0.17.0
Description [src]
Compression type to use. Only
GARROW_COMPRESSION_TYPE_UNCOMPRESSED,
GARROW_COMPRESSION_TYPE_LZ4 and GARROW_COMPRESSION_TYPE_ZSTD
are supported. The default compression is
GARROW_COMPRESSION_TYPE_LZ4 if Apache Arrow C++ is built with
support for it, otherwise GARROW_COMPRESSION_TYPE_UNCOMPRESSED.
GARROW_COMPRESSION_TYPE_UNCOMPRESSED is set as the object
default here.
| Type: | GArrowCompressionType |
| Available since: | 0.17.0 |