gzip

package
v0.0.0-...-1a9adb5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package gzip implements the GZIP parquet compression codec.

Index

Constants

View Source
const (
	NoCompression      = gzip.NoCompression
	BestSpeed          = gzip.BestSpeed
	BestCompression    = gzip.BestCompression
	DefaultCompression = gzip.DefaultCompression
	HuffmanOnly        = gzip.HuffmanOnly
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Codec

type Codec struct {
	Level int
	// contains filtered or unexported fields
}

func (*Codec) CompressionCodec

func (c *Codec) CompressionCodec() format.CompressionCodec

func (*Codec) Decode

func (c *Codec) Decode(dst, src []byte) ([]byte, error)

func (*Codec) Encode

func (c *Codec) Encode(dst, src []byte) ([]byte, error)

func (*Codec) String

func (c *Codec) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL