Versions in this module Expand all Collapse all v16 v16.1.0 May 9, 2024 v16.0.0 Apr 16, 2024 Changes in this version + const DefaultCompressionLevel + var Codecs = struct{ ... } + func RegisterCodec(compression Compression, codec Codec) + type Codec interface + CompressBound func(int64) int64 + Decode func(dst, src []byte) []byte + Encode func(dst, src []byte) []byte + EncodeLevel func(dst, src []byte, level int) []byte + NewReader func(io.Reader) io.ReadCloser + NewWriter func(io.Writer) io.WriteCloser + NewWriterLevel func(io.Writer, int) (io.WriteCloser, error) + func GetCodec(typ Compression) (Codec, error) + type Compression parquet.CompressionCodec + func (c Compression) String() string Other modules containing this package github.com/apache/arrow/go/v10 github.com/apache/arrow/go/v11 github.com/apache/arrow/go/v12 github.com/apache/arrow/go/v13 github.com/apache/arrow/go/v14 github.com/apache/arrow/go/v15 github.com/apache/arrow/go/v17 github.com/apache/arrow/go/v6 github.com/apache/arrow/go/v7 github.com/apache/arrow/go/v8 github.com/apache/arrow/go/v9