Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.fileMetadata(FileMetadata metadata) |
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.filesystem(FileSystem fs) |
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.maxLength(long val) |
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.orcTail(OrcTail tail) |
static OrcFile.ReaderOptions |
OrcFile.readerOptions(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static Reader |
OrcFile.createReader(Path path,
OrcFile.ReaderOptions options) |
Constructor and Description |
---|
ReaderImpl(Path path,
OrcFile.ReaderOptions options)
Constructor that let's the user specify additional options.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.