Versions in this module Expand all Collapse all v13 v13.0.0 Aug 17, 2023 Changes in this version + const DefaultCompressionLevel + var Codecs = struct{ ... } + 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/v14 github.com/apache/arrow/go/v15 github.com/apache/arrow/go/v16 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