Uses of Enum Class
org.apache.orc.TypeDescription.Category
Packages that use TypeDescription.Category
-
Uses of TypeDescription.Category in org.apache.orc
Methods in org.apache.orc that return TypeDescription.CategoryModifier and TypeMethodDescriptionTypeDescription.getCategory()Get the kind of this type.static TypeDescription.CategoryReturns the enum constant of this class with the specified name.static TypeDescription.Category[]TypeDescription.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.orc with parameters of type TypeDescription.Category -
Uses of TypeDescription.Category in org.apache.orc.impl
Methods in org.apache.orc.impl with parameters of type TypeDescription.CategoryModifier and TypeMethodDescriptionstatic intRecordReaderUtils.getIndexPosition(OrcProto.ColumnEncoding.Kind columnEncoding, TypeDescription.Category columnType, OrcProto.Stream.Kind streamType, boolean isCompressed, boolean hasNulls) Get the offset in the index positions for the column that the given stream starts. -
Uses of TypeDescription.Category in org.apache.orc.util
Methods in org.apache.orc.util with parameters of type TypeDescription.CategoryModifier 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.