Package | Description |
---|---|
org.apache.orc |
Modifier and Type | Method and Description |
---|---|
OrcFile.EncodingStrategy |
OrcFile.WriterOptions.getEncodingStrategy() |
static OrcFile.EncodingStrategy |
OrcFile.EncodingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrcFile.EncodingStrategy[] |
OrcFile.EncodingStrategy.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.encodingStrategy(OrcFile.EncodingStrategy strategy)
Sets the encoding strategy that is used to encode the data.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.