mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce heed codecs to retrieve the length of roaring bitmaps
This commit is contained in:
parent
fcfb39c5de
commit
8d710c5130
9 changed files with 130 additions and 4 deletions
|
@ -1,10 +1,12 @@
|
|||
mod beu32_str_codec;
|
||||
mod obkv_codec;
|
||||
mod roaring_bitmap;
|
||||
mod roaring_bitmap_length;
|
||||
mod str_str_u8_codec;
|
||||
pub mod facet;
|
||||
|
||||
pub use self::beu32_str_codec::BEU32StrCodec;
|
||||
pub use self::obkv_codec::ObkvCodec;
|
||||
pub use self::roaring_bitmap::{BoRoaringBitmapCodec, CboRoaringBitmapCodec, RoaringBitmapCodec};
|
||||
pub use self::roaring_bitmap_length::{BoRoaringBitmapLenCodec, CboRoaringBitmapLenCodec, RoaringBitmapLenCodec};
|
||||
pub use self::str_str_u8_codec::StrStrU8Codec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue