| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
| org.apache.hadoop.hive.ql.io.orc.encoded |
| Modifier and Type | Method and Description |
|---|---|
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.fileMetadata(org.apache.orc.FileMetadata metadata) |
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.filesystem(org.apache.hadoop.fs.FileSystem fs) |
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.maxLength(long val) |
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.orcTail(org.apache.orc.impl.OrcTail orcTail) |
static OrcFile.ReaderOptions |
OrcFile.readerOptions(org.apache.hadoop.conf.Configuration conf) |
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.useUTCTimestamp(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
static Reader |
OrcFile.createReader(org.apache.hadoop.fs.Path path,
OrcFile.ReaderOptions options) |
| Constructor and Description |
|---|
ReaderImpl(org.apache.hadoop.fs.Path path,
OrcFile.ReaderOptions options)
Constructor that let's the user specify additional options.
|
| Modifier and Type | Method and Description |
|---|---|
static Reader |
EncodedOrcFile.createReader(org.apache.hadoop.fs.Path path,
OrcFile.ReaderOptions options) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.