Documentation ¶
Overview ¶
Package lz4 implements the LZ4_RAW parquet compression codec.
Index ¶
Constants ¶
View Source
const ( Fast = lz4.Fast Level1 = lz4.Level1 Level2 = lz4.Level2 Level3 = lz4.Level3 Level4 = lz4.Level4 Level5 = lz4.Level5 Level6 = lz4.Level6 Level7 = lz4.Level7 Level8 = lz4.Level8 Level9 = lz4.Level9 )
View Source
const (
DefaultLevel = Fast
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type Codec struct {
Level Level
}
func (*Codec) CompressionCodec ¶
func (c *Codec) CompressionCodec() format.CompressionCodec
Click to show internal directories.
Click to hide internal directories.