Uses of Class
org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector.PrimitiveCategory

Packages that use PrimitiveObjectInspector.PrimitiveCategory
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive   
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 PrimitiveObjectInspector.PrimitiveCategory in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 

Methods in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive with parameters of type PrimitiveObjectInspector.PrimitiveCategory
static AbstractPrimitiveLazyObjectInspector<?> LazyPrimitiveObjectInspectorFactory.getLazyObjectInspector(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory, boolean escaped, byte escapeChar)
           
 

Uses of PrimitiveObjectInspector.PrimitiveCategory in org.apache.hadoop.hive.serde2.objectinspector
 

Methods in org.apache.hadoop.hive.serde2.objectinspector that return PrimitiveObjectInspector.PrimitiveCategory
 PrimitiveObjectInspector.PrimitiveCategory PrimitiveObjectInspector.getPrimitiveCategory()
          Get the primitive category of the PrimitiveObjectInspector.
static PrimitiveObjectInspector.PrimitiveCategory PrimitiveObjectInspector.PrimitiveCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrimitiveObjectInspector.PrimitiveCategory[] PrimitiveObjectInspector.PrimitiveCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PrimitiveObjectInspector.PrimitiveCategory in org.apache.hadoop.hive.serde2.objectinspector.primitive
 

Fields in org.apache.hadoop.hive.serde2.objectinspector.primitive declared as PrimitiveObjectInspector.PrimitiveCategory
 PrimitiveObjectInspector.PrimitiveCategory PrimitiveObjectInspectorUtils.PrimitiveTypeEntry.primitiveCategory
          The category of the PrimitiveType.
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return PrimitiveObjectInspector.PrimitiveCategory
 PrimitiveObjectInspector.PrimitiveCategory AbstractPrimitiveObjectInspector.getPrimitiveCategory()
          Return the associated primitive category for this primitive ObjectInspector.
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive with parameters of type PrimitiveObjectInspector.PrimitiveCategory
static AbstractPrimitiveJavaObjectInspector PrimitiveObjectInspectorFactory.getPrimitiveJavaObjectInspector(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory)
          Returns the PrimitiveJavaObjectInspector for the PrimitiveCategory.
static ConstantObjectInspector PrimitiveObjectInspectorFactory.getPrimitiveWritableConstantObjectInspector(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory, Object value)
          Returns a PrimitiveWritableObjectInspector which implements ConstantObjectInspector for the PrimitiveCategory.
static AbstractPrimitiveWritableObjectInspector PrimitiveObjectInspectorFactory.getPrimitiveWritableObjectInspector(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory)
          Returns the PrimitiveWritableObjectInspector for the PrimitiveCategory.
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.getTypeEntryFromPrimitiveCategory(PrimitiveObjectInspector.PrimitiveCategory category)
          Get the typeName from a Java Primitive Type or Java PrimitiveClass.
 

Uses of PrimitiveObjectInspector.PrimitiveCategory in org.apache.hadoop.hive.serde2.typeinfo
 

Methods in org.apache.hadoop.hive.serde2.typeinfo that return PrimitiveObjectInspector.PrimitiveCategory
 PrimitiveObjectInspector.PrimitiveCategory PrimitiveTypeInfo.getPrimitiveCategory()
           
 



Copyright © 2011 The Apache Software Foundation