Uses of Enum Class
org.apache.orc.impl.reader.tree.TypeReader.ReaderCategory
Packages that use TypeReader.ReaderCategory
-
Uses of TypeReader.ReaderCategory in org.apache.orc.impl
Fields in org.apache.orc.impl declared as TypeReader.ReaderCategoryModifier and TypeFieldDescriptionprotected final TypeReader.ReaderCategoryTreeReaderFactory.TreeReader.readerCategoryMethods in org.apache.orc.impl that return TypeReader.ReaderCategoryModifier and TypeMethodDescriptionTreeReaderFactory.Context.getReaderCategory(int columnId) TreeReaderFactory.ReaderContext.getReaderCategory(int columnId) TreeReaderFactory.TreeReader.getReaderCategory() -
Uses of TypeReader.ReaderCategory in org.apache.orc.impl.reader.tree
Methods in org.apache.orc.impl.reader.tree that return TypeReader.ReaderCategoryModifier and TypeMethodDescriptionTypeReader.getReaderCategory()static TypeReader.ReaderCategoryReturns the enum constant of this class with the specified name.static TypeReader.ReaderCategory[]TypeReader.ReaderCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.orc.impl.reader.tree with parameters of type TypeReader.ReaderCategoryModifier and TypeMethodDescriptionbooleanTypeReader.ReadPhase.contains(TypeReader.ReaderCategory readerCategory)