| Package | Description |
|---|---|
| org.apache.parquet.column.values.bloomfilter |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
BlockSplitBloomFilter |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
BloomFilter.canMergeFrom(BloomFilter otherBloomFilter)
Determines whether a given Bloom filter can be merged into this Bloom filter.
|
boolean |
BlockSplitBloomFilter.canMergeFrom(BloomFilter otherBloomFilter) |
default void |
BloomFilter.merge(BloomFilter otherBloomFilter)
Merges this Bloom filter with another Bloom filter by performing a bitwise OR of the underlying bitsets
|
void |
BlockSplitBloomFilter.merge(BloomFilter otherBloomFilter) |
void |
BloomFilterWriter.writeBloomFilter(BloomFilter bloomFilter)
Write a Bloom filter
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.