| Package | Description | 
|---|---|
| org.apache.orc | |
| org.apache.orc.impl.writer | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| OrcFile.BloomFilterVersion | WriterContext. getBloomFilterVersion() | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.