| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Field and Description |
|---|---|
BloomFilterHash |
BloomFilterPageHeader.hash
The hash function used for Bloom filter.
|
| Modifier and Type | Method and Description |
|---|---|
BloomFilterHash |
BloomFilterHash.deepCopy() |
BloomFilterHash |
BloomFilterPageHeader.getHash()
The hash function used for Bloom filter.
|
static BloomFilterHash |
BloomFilterHash.MURMUR3(Murmur3 value) |
| Modifier and Type | Method and Description |
|---|---|
int |
BloomFilterHash.compareTo(BloomFilterHash other) |
boolean |
BloomFilterHash.equals(BloomFilterHash other) |
BloomFilterPageHeader |
BloomFilterPageHeader.setHash(BloomFilterHash hash)
The hash function used for Bloom filter.
|
| Constructor and Description |
|---|
BloomFilterHash(BloomFilterHash other) |
BloomFilterPageHeader(int numBytes,
BloomFilterAlgorithm algorithm,
BloomFilterHash hash) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.