Documentation ¶
Index ¶
Constants ¶
View Source
const COMPRESSION_LZ4 = C.MTBL_COMPRESSION_LZ4
View Source
const COMPRESSION_LZ4HC = C.MTBL_COMPRESSION_LZ4HC
View Source
const COMPRESSION_NONE = C.MTBL_COMPRESSION_NONE
View Source
const COMPRESSION_SNAPPY = C.MTBL_COMPRESSION_SNAPPY
View Source
const COMPRESSION_ZLIB = C.MTBL_COMPRESSION_ZLIB
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fileset ¶
type Fileset struct {
// contains filtered or unexported fields
}
func FilesetInit ¶
func FilesetInit(fname string, fopt *FilesetOptions) (f *Fileset, e error)
type FilesetOptions ¶
type Merger ¶
type Merger struct {
// contains filtered or unexported fields
}
func MergerInit ¶
func MergerInit(mopt *MergerOptions) (m *Merger)
type MergerOptions ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func ReaderInit ¶
func ReaderInit(fname string, ropt *ReaderOptions) (r *Reader, e error)
type ReaderOptions ¶
type ReaderOptions struct {
VerifyChecksums bool
}
type Sorter ¶
type Sorter struct {
// contains filtered or unexported fields
}
func SorterInit ¶
func SorterInit(sopt *SorterOptions) (s *Sorter)
type SorterOptions ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func WriterInit ¶
func WriterInit(fname string, wopt *WriterOptions) (w *Writer, e error)
type WriterOptions ¶
Click to show internal directories.
Click to hide internal directories.