Uses of Enum Class
org.apache.orc.OrcFile.WriterVersion
Packages that use OrcFile.WriterVersion
Package
Description
-
Uses of OrcFile.WriterVersion in org.apache.orc
Fields in org.apache.orc declared as OrcFile.WriterVersionModifier and TypeFieldDescriptionstatic final OrcFile.WriterVersionOrcFile.CURRENT_WRITERThe WriterVersion for this version of the software.Methods in org.apache.orc that return OrcFile.WriterVersionModifier and TypeMethodDescriptionstatic OrcFile.WriterVersionOrcFile.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.WriterVersionReturns 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.Methods in org.apache.orc with parameters of type OrcFile.WriterVersionModifier and TypeMethodDescriptionbooleanOrcFile.WriterVersion.includes(OrcFile.WriterVersion fix) Does this file include the given fix or come from a different writer?protected OrcFile.WriterOptionsOrcFile.WriterOptions.writerVersion(OrcFile.WriterVersion version) Manually set the writer version. -
Uses of OrcFile.WriterVersion in org.apache.orc.impl
Methods in org.apache.orc.impl that return OrcFile.WriterVersionModifier and TypeMethodDescriptionOrcTail.getWriterVersion()ReaderImpl.getWriterVersion()static OrcFile.WriterVersionReaderImpl.getWriterVersion(int writerVersion) Get the WriterVersion based on the ORC file postscript.Constructors in org.apache.orc.impl with parameters of type OrcFile.WriterVersionModifierConstructorDescriptionSargApplier(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
Constructors in org.apache.orc.impl.reader with parameters of type OrcFile.WriterVersionModifierConstructorDescriptionStripePlanner(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
Methods in org.apache.orc.util with parameters of type OrcFile.WriterVersionModifier and TypeMethodDescriptionstatic BloomFilterBloomFilterIO.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.