Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl.writer |
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.
|
Modifier and Type | Method and Description |
---|---|
OrcFile.EncodingStrategy |
WriterContext.getEncodingStrategy()
Get the encoding strategy to use.
|
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.