| Package | Description |
|---|---|
| org.apache.parquet.column.values.bloomfilter |
| Modifier and Type | Method and Description |
|---|---|
BloomFilter.Algorithm |
AdaptiveBlockSplitBloomFilter.getAlgorithm() |
BloomFilter.Algorithm |
BloomFilter.getAlgorithm()
Return the algorithm that the bloom filter apply.
|
BloomFilter.Algorithm |
BlockSplitBloomFilter.getAlgorithm() |
static BloomFilter.Algorithm |
BloomFilter.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BloomFilter.Algorithm[] |
BloomFilter.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.