Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.impl.writer |
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 |
Reader.getFileVersion()
Get the file format version.
|
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.
|
Modifier and Type | Method and Description |
---|---|
OrcFile.Version |
TreeReaderFactory.Context.getFileFormat() |
OrcFile.Version |
TreeReaderFactory.ReaderContext.getFileFormat() |
OrcFile.Version |
ReaderImpl.getFileVersion() |
static OrcFile.Version |
ReaderImpl.getFileVersion(List<Integer> versionList) |
Modifier and Type | Method and Description |
---|---|
TreeReaderFactory.ReaderContext |
TreeReaderFactory.ReaderContext.fileFormat(OrcFile.Version version) |
Modifier and Type | Method and Description |
---|---|
OrcFile.Version |
WriterContext.getVersion()
Get the version of the file to write.
|
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.