Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.convertToProlepticGregorian(boolean newValue)
Should the reader convert dates and times to the proleptic Gregorian
calendar?
|
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.fileMetadata(FileMetadata metadata)
Deprecated.
Use
orcTail(OrcTail) instead. |
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) |
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.setKeyProvider(KeyProvider provider)
Set the KeyProvider to override the default for getting keys.
|
OrcFile.ReaderOptions |
OrcFile.ReaderOptions.useUTCTimestamp(boolean value) |
Modifier and Type | Method and Description |
---|---|
static Reader |
OrcFile.createReader(Path path,
OrcFile.ReaderOptions options) |
Modifier and Type | Field and Description |
---|---|
protected OrcFile.ReaderOptions |
ReaderImpl.options |
Constructor and Description |
---|
ReaderImpl(Path path,
OrcFile.ReaderOptions options)
Constructor that let's the user specify additional options.
|
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.