Uses of Class
org.apache.orc.OrcFile.ReaderOptions
Packages that use OrcFile.ReaderOptions
-
Uses of OrcFile.ReaderOptions in org.apache.orc
Methods in org.apache.orc that return OrcFile.ReaderOptionsModifier 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.ReaderOptionsOrcFile.readerOptions(Configuration conf) OrcFile.ReaderOptions.setKeyProvider(KeyProvider provider) Set the KeyProvider to override the default for getting keys.OrcFile.ReaderOptions.useUTCTimestamp(boolean value) Methods in org.apache.orc with parameters of type OrcFile.ReaderOptionsModifier and TypeMethodDescriptionstatic ReaderOrcFile.createReader(Path path, OrcFile.ReaderOptions options) -
Uses of OrcFile.ReaderOptions in org.apache.orc.impl
Fields in org.apache.orc.impl declared as OrcFile.ReaderOptionsConstructors in org.apache.orc.impl with parameters of type OrcFile.ReaderOptionsModifierConstructorDescriptionReaderImpl(Path path, OrcFile.ReaderOptions options) Constructor that let's the user specify additional options.
orcTail(OrcTail)instead.