Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Compressors = map[CompressType]Compressor{ Raw: NewRawCompressor(), Snappy: NewSnappyCompressor(), }
Functions ¶
func NewRawCompressor ¶
func NewRawCompressor() *raw_compressor
func NewSnappyCompressor ¶
func NewSnappyCompressor() *snappy_compressor
Types ¶
Click to show internal directories.
Click to hide internal directories.