Interface | Description |
---|---|
OrcFile.WriterCallback |
WriterCallback.
|
OrcFile.WriterContext |
WriterContext.
|
Class | Description |
---|---|
OrcFile |
Contains factory methods to read or write ORC files.
|
OrcFile.ReaderOptions |
Orc ReaderOptions.
|
OrcFile.WriterOptions |
Options for creating ORC file writers.
|
OrcFile.ZstdCompressOptions |
ZstdCompressOptions.
|
Enum | Description |
---|---|
CompressionKind |
An enumeration that lists the generic compression algorithms that can be applied to ORC files.
|
OrcConf |
Define the configuration properties that Orc understands.
|
OrcFile.BloomFilterVersion |
BloomFilterVersion.
|
OrcFile.CompressionStrategy |
CompressionStrategy Enum.
|
OrcFile.EncodingStrategy |
EncodingStrategy Enum.
|
OrcFile.Version |
Create a version number for the ORC file format, so that we can add non-forward compatible
changes in the future.
|
OrcFile.WriterImplementation |
WriterImplementation Enum.
|
OrcFile.WriterVersion |
Records the version of the writer in terms of which bugs have been fixed.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.