Uses of Enum Class
org.apache.orc.OrcFile.Version
Packages that use OrcFile.Version
Package
Description
-
Uses of OrcFile.Version in org.apache.orc
Fields in org.apache.orc declared as OrcFile.VersionMethods in org.apache.orc that return OrcFile.VersionModifier and TypeMethodDescriptionstatic OrcFile.VersionReader.getFileVersion()Get the file format version.OrcFile.WriterOptions.getVersion()static OrcFile.VersionReturns the enum constant of this class with the specified name.static OrcFile.Version[]OrcFile.Version.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.VersionModifier and TypeMethodDescriptionOrcFile.WriterOptions.version(OrcFile.Version value) Sets the version of the file that will be written. -
Uses of OrcFile.Version in org.apache.orc.impl
Methods in org.apache.orc.impl that return OrcFile.VersionModifier and TypeMethodDescriptionTreeReaderFactory.Context.getFileFormat()TreeReaderFactory.ReaderContext.getFileFormat()ReaderImpl.getFileVersion()static OrcFile.VersionReaderImpl.getFileVersion(List<Integer> versionList) Methods in org.apache.orc.impl with parameters of type OrcFile.VersionModifier and TypeMethodDescriptionTreeReaderFactory.ReaderContext.fileFormat(OrcFile.Version version) static booleanTreeReaderFactory.isDecimalAsLong(OrcFile.Version version, int precision) -
Uses of OrcFile.Version in org.apache.orc.impl.filter
Methods in org.apache.orc.impl.filter with parameters of type OrcFile.VersionModifier and TypeMethodDescriptionstatic BatchFilterFilterFactory.createBatchFilter(Reader.Options opts, TypeDescription readSchema, boolean isSchemaCaseAware, OrcFile.Version version, boolean normalize, String filePath, Configuration conf) Create a BatchFilter.static VectorFilterFilterFactory.createSArgFilter(org.apache.hadoop.hive.ql.io.sarg.ExpressionTree expr, Set<String> colIds, List<org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf> leaves, TypeDescription readSchema, boolean isSchemaCaseAware, OrcFile.Version version) -
Uses of OrcFile.Version in org.apache.orc.impl.filter.leaf
Methods in org.apache.orc.impl.filter.leaf with parameters of type OrcFile.VersionModifier and TypeMethodDescriptionstatic VectorFilterLeafFilterFactory.createLeafVectorFilter(org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf leaf, Set<String> colIds, TypeDescription readSchema, boolean isSchemaCaseAware, OrcFile.Version version, boolean negated) -
Uses of OrcFile.Version in org.apache.orc.impl.writer
Methods in org.apache.orc.impl.writer that return OrcFile.VersionModifier and TypeMethodDescriptionWriterContext.getVersion()Get the version of the file to write.