| 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 |
|---|---|
static Reader |
OrcFile.createReader(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path)
Create an ORC file reader.
|
static Reader |
OrcFile.createReader(org.apache.hadoop.fs.Path path,
OrcFile.ReaderOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static RecordReader |
OrcInputFormat.createReaderFromFile(Reader file,
org.apache.hadoop.conf.Configuration conf,
long offset,
long length) |
static boolean |
OrcInputFormat.isOriginal(Reader file) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Reader
The interface for reading encoded data from ORC files.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.