Module reader

Source

Structs§

BloomFilterMetaReader 🔒
BloomFilterMetaReader reads the metadata of the bloom filter.
BloomFilterReaderImpl
BloomFilterReaderImpl reads the bloom filter from the file.

Constants§

BLOOM_META_LEN_SIZE 🔒
Minimum size of the bloom filter, which is the size of the length of the bloom filter.
DEFAULT_PREFETCH_SIZE
Default prefetch size of bloom filter meta.

Traits§

BloomFilterReader
BloomFilterReader reads the bloom filter from the file.