| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
| Modifier and Type | Method and Description |
|---|---|
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.filesystem(org.apache.hadoop.fs.FileSystem fs) |
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.maxLength(long val) |
static OrcFile.ReaderOptions |
OrcFile.readerOptions(org.apache.hadoop.conf.Configuration conf) |
| 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.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.