Uses of Class
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category

Packages that use ObjectInspector.Category
org.apache.hadoop.hive.serde2.objectinspector   
org.apache.hadoop.hive.serde2.typeinfo   
 

Uses of ObjectInspector.Category in org.apache.hadoop.hive.serde2.objectinspector
 

Methods in org.apache.hadoop.hive.serde2.objectinspector that return ObjectInspector.Category
 ObjectInspector.Category ReflectionStructObjectInspector.getCategory()
           
 ObjectInspector.Category UnionStructObjectInspector.getCategory()
           
 ObjectInspector.Category LazyMapObjectInspector.getCategory()
           
 ObjectInspector.Category LazyListObjectInspector.getCategory()
           
 ObjectInspector.Category LazySimpleStructObjectInspector.getCategory()
           
 ObjectInspector.Category StandardStructObjectInspector.getCategory()
           
 ObjectInspector.Category ObjectInspector.getCategory()
          An ObjectInspector must inherit from one of the following interfaces if getCategory() returns: PRIMITIVE: PrimitiveObjectInspector LIST: ListObjectInspector MAP: MapObjectInspector STRUCT: StructObjectInspector
static ObjectInspector.Category ObjectInspector.Category.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectInspector.Category[] ObjectInspector.Category.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ObjectInspector.Category in org.apache.hadoop.hive.serde2.typeinfo
 

Methods in org.apache.hadoop.hive.serde2.typeinfo that return ObjectInspector.Category
 ObjectInspector.Category StructTypeInfo.getCategory()
           
 ObjectInspector.Category PrimitiveTypeInfo.getCategory()
           
 ObjectInspector.Category MapTypeInfo.getCategory()
           
 ObjectInspector.Category ListTypeInfo.getCategory()
           
 ObjectInspector.Category TypeInfo.getCategory()
           
 



Copyright © 2009 The Apache Software Foundation