This library implements the Zstd compression algorithm for github.com/fraugster/parquet-go. By default,
parquet-go
library only supports GZIP
and SNAPPY
as compression algorithms to minimize the list
of dependencies.
All you need to do is import this package into your program and the compression
algorithm will be automatically available in parquet-go
.
import (
_ "github.com/akrennmair/parquet-go-zstd" // registers the Zstd block compressor with parquet-go
)
See the file LICENSE
for further license information.
Andreas Krennmair ak@synflood.at