Uses of Enum Class
org.apache.orc.OrcFile.WriterVersion
Package
Description
-
Uses of OrcFile.WriterVersion in org.apache.orc
Modifier and TypeFieldDescriptionstatic final OrcFile.WriterVersion
OrcFile.CURRENT_WRITER
The WriterVersion for this version of the software.Modifier and TypeMethodDescriptionstatic OrcFile.WriterVersion
OrcFile.WriterVersion.from
(OrcFile.WriterImplementation writer, int val) Convert the integer from OrcProto.PostScript.writerVersion to the enumeration with unknown versions being mapped to FUTURE.OrcFile.WriterOptions.getWriterVersion()
Reader.getWriterVersion()
Get the version of the writer of this file.static OrcFile.WriterVersion
Returns the enum constant of this class with the specified name.static OrcFile.WriterVersion[]
OrcFile.WriterVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
OrcFile.WriterVersion.includes
(OrcFile.WriterVersion fix) Does this file include the given fix or come from a different writer?protected OrcFile.WriterOptions
OrcFile.WriterOptions.writerVersion
(OrcFile.WriterVersion version) Manually set the writer version. -
Uses of OrcFile.WriterVersion in org.apache.orc.impl
Modifier and TypeMethodDescriptionOrcTail.getWriterVersion()
ReaderImpl.getWriterVersion()
static OrcFile.WriterVersion
ReaderImpl.getWriterVersion
(int writerVersion) Get the WriterVersion based on the ORC file postscript.ModifierConstructorDescriptionSargApplier
(org.apache.hadoop.hive.ql.io.sarg.SearchArgument sarg, long rowIndexStride, SchemaEvolution evolution, OrcFile.WriterVersion writerVersion, boolean useUTCTimestamp) Deprecated.Use the constructor having full parameters.SargApplier
(org.apache.hadoop.hive.ql.io.sarg.SearchArgument sarg, long rowIndexStride, SchemaEvolution evolution, OrcFile.WriterVersion writerVersion, boolean useUTCTimestamp, boolean writerUsedProlepticGregorian, boolean convertToProlepticGregorian) -
Uses of OrcFile.WriterVersion in org.apache.orc.impl.reader
ModifierConstructorDescriptionStripePlanner
(TypeDescription schema, ReaderEncryption encryption, DataReader dataReader, OrcFile.WriterVersion version, boolean ignoreNonUtf8BloomFilter, long maxBufferSize) StripePlanner
(TypeDescription schema, ReaderEncryption encryption, DataReader dataReader, OrcFile.WriterVersion version, boolean ignoreNonUtf8BloomFilter, long maxBufferSize, Set<Integer> filterColIds) Create a stripe parser. -
Uses of OrcFile.WriterVersion in org.apache.orc.util
Modifier and TypeMethodDescriptionstatic BloomFilter
BloomFilterIO.deserialize
(OrcProto.Stream.Kind kind, OrcProto.ColumnEncoding encoding, OrcFile.WriterVersion fileVersion, TypeDescription.Category type, OrcProto.BloomFilter bloomFilter) Deserialize a bloom filter from the ORC file.