Uses of Enum Class
org.apache.orc.OrcFile.Version
Package
Description
-
Uses of OrcFile.Version in org.apache.orc
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionTreeReaderFactory.Context.getFileFormat()
TreeReaderFactory.ReaderContext.getFileFormat()
ReaderImpl.getFileVersion()
static OrcFile.Version
ReaderImpl.getFileVersion
(List<Integer> versionList) Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionWriterContext.getVersion()
Get the version of the file to write.