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.Version
Reader.getFileVersion()
Get the file format version.OrcFile.WriterOptions.getVersion()
static OrcFile.Version
Returns 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.Version
ReaderImpl.getFileVersion
(List<Integer> versionList) Methods in org.apache.orc.impl with parameters of type OrcFile.VersionModifier and TypeMethodDescriptionTreeReaderFactory.ReaderContext.fileFormat
(OrcFile.Version version) static boolean
TreeReaderFactory.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 BatchFilter
FilterFactory.createBatchFilter
(Reader.Options opts, TypeDescription readSchema, boolean isSchemaCaseAware, OrcFile.Version version, boolean normalize, String filePath, Configuration conf) Create a BatchFilter.static VectorFilter
FilterFactory.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 VectorFilter
LeafFilterFactory.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.