Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader interface {
// Get get bitmap
Get([]byte) (*roaring.Bitmap, error)
// Set bitmap
Set([]byte, []byte) (uint64, uint32, error)
}
Loader loader
func NewCKLoader ¶
NewCKLoader returns a loader that load bitmap from clickhouse
func NewKVLoader ¶
NewKVLoader returns a KV bitmap loader
Click to show internal directories.
Click to hide internal directories.