Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
CompressionKind |
OrcFile.WriterOptions.getCompress() |
static CompressionKind |
CompressionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionKind[] |
CompressionKind.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.compress(CompressionKind value)
Sets the generic compression that is used to compress the data.
|
Modifier and Type | Method and Description |
---|---|
CompressionKind |
ZstdCodec.getKind() |
Modifier and Type | Method and Description |
---|---|
static org.apache.orc.CompressionCodec |
WriterImpl.createCodec(CompressionKind kind) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.