| 程序包 | 说明 |
|---|---|
| org.apache.orc | |
| org.apache.orc.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
CompressionKind |
OrcFile.WriterOptions.getCompress() |
static CompressionKind |
CompressionKind.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CompressionKind[] |
CompressionKind.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
OrcFile.WriterOptions |
OrcFile.WriterOptions.compress(CompressionKind value)
Sets the generic compression that is used to compress the data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CompressionKind |
ZstdCodec.getKind() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.orc.CompressionCodec |
WriterImpl.createCodec(CompressionKind kind) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.