Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
SplitBlockAlgorithm |
SplitBlockAlgorithm.deepCopy() |
SplitBlockAlgorithm |
BloomFilterAlgorithm.getBLOCK()
Block-based Bloom filter.
|
Modifier and Type | Method and Description |
---|---|
static BloomFilterAlgorithm |
BloomFilterAlgorithm.BLOCK(SplitBlockAlgorithm value) |
int |
SplitBlockAlgorithm.compareTo(SplitBlockAlgorithm other) |
boolean |
SplitBlockAlgorithm.equals(SplitBlockAlgorithm that) |
void |
BloomFilterAlgorithm.setBLOCK(SplitBlockAlgorithm value)
Block-based Bloom filter.
|
Constructor and Description |
---|
SplitBlockAlgorithm(SplitBlockAlgorithm other)
Performs a deep copy on other.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.