Package | Description |
---|---|
org.apache.orc |
Modifier and Type | Field and Description |
---|---|
static OrcFile.Version |
OrcFile.Version.CURRENT |
Modifier and Type | Method and Description |
---|---|
static OrcFile.Version |
OrcFile.Version.byName(String name) |
OrcFile.Version |
OrcFile.WriterOptions.getVersion() |
static OrcFile.Version |
OrcFile.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrcFile.Version[] |
OrcFile.Version.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.version(OrcFile.Version value)
Sets the version of the file that will be written.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.