Package | Description |
---|---|
org.apache.orc |
Modifier and Type | Field and Description |
---|---|
static OrcFile.WriterVersion |
OrcFile.CURRENT_WRITER
The WriterVersion for this version of the software.
|
Modifier and Type | Method and Description |
---|---|
static OrcFile.WriterVersion |
OrcFile.WriterVersion.from(OrcFile.WriterImplementation writer,
int val)
Convert the integer from OrcProto.PostScript.writerVersion to the enumeration with
unknown versions being mapped to FUTURE.
|
OrcFile.WriterVersion |
OrcFile.WriterOptions.getWriterVersion() |
static OrcFile.WriterVersion |
OrcFile.WriterVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrcFile.WriterVersion[] |
OrcFile.WriterVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OrcFile.WriterVersion.includes(OrcFile.WriterVersion fix)
Does this file include the given fix or come from a different writer?
|
protected OrcFile.WriterOptions |
OrcFile.WriterOptions.writerVersion(OrcFile.WriterVersion version)
Manually set the writer version.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.