Uses of Class
org.apache.orc.OrcFile.ReaderOptions
-
Uses of OrcFile.ReaderOptions in org.apache.orc
Modifier and TypeMethodDescriptionOrcFile.ReaderOptions.convertToProlepticGregorian
(boolean newValue) Should the reader convert dates and times to the proleptic Gregorian calendar?OrcFile.ReaderOptions.fileMetadata
(FileMetadata metadata) Deprecated.OrcFile.ReaderOptions.filesystem
(FileSystem fs) OrcFile.ReaderOptions.maxLength
(long val) static OrcFile.ReaderOptions
OrcFile.readerOptions
(Configuration conf) OrcFile.ReaderOptions.setKeyProvider
(KeyProvider provider) Set the KeyProvider to override the default for getting keys.OrcFile.ReaderOptions.useUTCTimestamp
(boolean value) Modifier and TypeMethodDescriptionstatic Reader
OrcFile.createReader
(Path path, OrcFile.ReaderOptions options) -
Uses of OrcFile.ReaderOptions in org.apache.orc.impl
ModifierConstructorDescriptionReaderImpl
(Path path, OrcFile.ReaderOptions options) Constructor that let's the user specify additional options.
orcTail(OrcTail)
instead.