Package | Description |
---|---|
org.apache.orc |
Modifier and Type | Method and Description |
---|---|
static OrcFile.BloomFilterVersion |
OrcFile.BloomFilterVersion.fromString(String s) |
OrcFile.BloomFilterVersion |
OrcFile.WriterOptions.getBloomFilterVersion() |
static OrcFile.BloomFilterVersion |
OrcFile.BloomFilterVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrcFile.BloomFilterVersion[] |
OrcFile.BloomFilterVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OrcFile.WriterOptions |
OrcFile.WriterOptions.bloomFilterVersion(OrcFile.BloomFilterVersion version)
Set the version of the bloom filters to write.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.