Package org.apache.orc
Class OrcFile.ReaderOptions
java.lang.Object
org.apache.orc.OrcFile.ReaderOptions
- Enclosing class:
- OrcFile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertToProlepticGregorian
(boolean newValue) Should the reader convert dates and times to the proleptic Gregorian calendar?fileMetadata
(FileMetadata metadata) Deprecated.filesystem
(FileSystem fs) boolean
long
boolean
maxLength
(long val) setKeyProvider
(KeyProvider provider) Set the KeyProvider to override the default for getting keys.useUTCTimestamp
(boolean value)
-
Constructor Details
-
ReaderOptions
-
-
Method Details
-
filesystem
-
maxLength
-
orcTail
-
setKeyProvider
Set the KeyProvider to override the default for getting keys.- Parameters:
provider
-- Returns:
-
convertToProlepticGregorian
Should the reader convert dates and times to the proleptic Gregorian calendar?- Parameters:
newValue
- should it use the proleptic Gregorian calendar?- Returns:
- this
-
getConfiguration
-
getFilesystem
-
getMaxLength
public long getMaxLength() -
getOrcTail
-
getKeyProvider
-
fileMetadata
Deprecated.UseorcTail(OrcTail)
instead. -
getFileMetadata
-
useUTCTimestamp
-
getUseUTCTimestamp
public boolean getUseUTCTimestamp() -
getConvertToProlepticGregorian
public boolean getConvertToProlepticGregorian()
-
orcTail(OrcTail)
instead.