| Interface | Description |
|---|---|
| BloomFilter |
A Bloom filter is a compact structure to indicate whether an item is not in a set or probably
in a set.
|
| BloomFilterWriter | |
| BloomFilterWriteStore |
Contains all writers for all columns of a row group
|
| HashFunction |
A interface contains a set of hash functions used by Bloom filter.
|
| Class | Description |
|---|---|
| AdaptiveBlockSplitBloomFilter |
The purpose of this is to finally generate a bloom filter with the optimal bit size according to the number
of real data distinct values.
|
| BlockSplitBloomFilter | |
| XxHash |
The implementation of HashFunction interface.
|
| Enum | Description |
|---|---|
| BloomFilter.Algorithm | |
| BloomFilter.Compression | |
| BloomFilter.HashStrategy |
Copyright © 2023 The Apache Software Foundation. All rights reserved.