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

Packages that use ObjectInspector.Category
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.lazy.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
org.apache.hadoop.hive.serde2.typeinfo This package provides the implementation of the SerDe type system. 
 

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

Methods in org.apache.hadoop.hive.serde2 that return ObjectInspector.Category
 ObjectInspector.Category CustomNonSettableStructObjectInspector1.getCategory()
           
 ObjectInspector.Category CustomNonSettableListObjectInspector1.getCategory()
           
 ObjectInspector.Category NullStructSerDe.NullStructSerDeObjectInspector.getCategory()
           
 

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

Methods in org.apache.hadoop.hive.serde2.lazy.objectinspector that return ObjectInspector.Category
 ObjectInspector.Category LazyListObjectInspector.getCategory()
           
 ObjectInspector.Category LazyUnionObjectInspector.getCategory()
           
 ObjectInspector.Category LazySimpleStructObjectInspector.getCategory()
           
 ObjectInspector.Category LazyMapObjectInspector.getCategory()
           
 

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 DelegatedUnionObjectInspector.getCategory()
           
 ObjectInspector.Category StandardUnionObjectInspector.getCategory()
           
 ObjectInspector.Category DelegatedListObjectInspector.getCategory()
           
 ObjectInspector.Category UnionStructObjectInspector.getCategory()
           
 ObjectInspector.Category DelegatedMapObjectInspector.getCategory()
           
 ObjectInspector.Category StandardListObjectInspector.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.
 ObjectInspector.Category DelegatedStructObjectInspector.getCategory()
           
 ObjectInspector.Category StandardMapObjectInspector.getCategory()
           
 ObjectInspector.Category StandardStructObjectInspector.getCategory()
           
 ObjectInspector.Category SubStructObjectInspector.getCategory()
           
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.objectinspector.primitive
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return ObjectInspector.Category
 ObjectInspector.Category AbstractPrimitiveObjectInspector.getCategory()
          Return the associated category this primitive ObjectInspector.
 

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 PrimitiveTypeInfo.getCategory()
          Returns the category of this TypeInfo.
 ObjectInspector.Category MapTypeInfo.getCategory()
           
 ObjectInspector.Category StructTypeInfo.getCategory()
           
 ObjectInspector.Category UnionTypeInfo.getCategory()
           
abstract  ObjectInspector.Category TypeInfo.getCategory()
          The Category of this TypeInfo.
 ObjectInspector.Category ListTypeInfo.getCategory()
           
 



Copyright © 2012 The Apache Software Foundation