package gzip
Import Path
github.com/parquet-go/parquet-go/compress/gzip (on go.dev)
Dependency Relation
imports 5 packages, and imported by one package
Involved Source Files
Package gzip implements the GZIP parquet compression codec.
Package-Level Type Names (only one)
Level int
(*Codec) CompressionCodec() format.CompressionCodec
(*Codec) Decode(dst, src []byte) ([]byte, error)
(*Codec) Encode(dst, src []byte) ([]byte, error)
(*Codec) String() string
*Codec : github.com/parquet-go/parquet-go/compress.Codec
*Codec : expvar.Var
*Codec : fmt.Stringer
var github.com/parquet-go/parquet-go.Gzip
Package-Level Constants (total 5)
const BestCompression = 9 const BestSpeed = 1 const DefaultCompression = -1 const HuffmanOnly = -2 const NoCompression = 0
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |