Package | Description |
---|---|
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
Modifier and Type | Class and Description |
---|---|
class |
ReaderImpl |
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) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.