Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
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 |
ReaderImpl.getFileVersion() |
OrcFile.Version |
Reader.getFileVersion()
Get the file format version.
|
OrcFile.Version |
OrcFileKeyWrapper.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 |
---|---|
void |
OrcFileKeyWrapper.setVersion(OrcFile.Version version) |
OrcFile.WriterOptions |
OrcFile.WriterOptions.version(OrcFile.Version value)
Sets the version of the file that will be written.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.