Package | Description |
---|---|
org.apache.orc |
Modifier and Type | Method and Description |
---|---|
static OrcFile.WriterImplementation |
OrcFile.WriterImplementation.from(int id) |
OrcFile.WriterImplementation |
OrcFile.WriterVersion.getWriterImplementation() |
static OrcFile.WriterImplementation |
OrcFile.WriterImplementation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrcFile.WriterImplementation[] |
OrcFile.WriterImplementation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.