Compression 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.
Set compression property.