Uses of Class
org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry

Packages that use PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
 

Uses of PrimitiveObjectInspectorUtils.PrimitiveTypeEntry in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 

Constructors in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive with parameters of type PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
AbstractPrimitiveLazyObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
           
 

Uses of PrimitiveObjectInspectorUtils.PrimitiveTypeEntry in org.apache.hadoop.hive.serde2.objectinspector.primitive
 

Fields in org.apache.hadoop.hive.serde2.objectinspector.primitive declared as PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.booleanTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.byteTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.doubleTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.floatTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.intTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.longTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.shortTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.stringTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.unknownTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.voidTypeEntry
           
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.getTypeEntryFromPrimitiveCategory(PrimitiveObjectInspector.PrimitiveCategory category)
          Get the typeName from a Java Primitive Type or Java PrimitiveClass.
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.getTypeEntryFromPrimitiveJava(Class<?> clazz)
          Get the TypeEntry for a Java Primitive Type or Java PrimitiveClass.
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.getTypeEntryFromPrimitiveJavaClass(Class<?> clazz)
          Get the TypeEntry for a Java Primitive Type or Java PrimitiveClass.
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.getTypeEntryFromPrimitiveJavaType(Class<?> clazz)
          Get the TypeEntry for a Java Primitive Type or Java PrimitiveClass.
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.getTypeEntryFromPrimitiveWritableClass(Class<?> clazz)
          Get the TypeEntry for a Primitive Writable Class.
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.getTypeEntryFromTypeName(String typeName)
          Get the TypeEntry for a Primitive Writable Class.
 

Constructors in org.apache.hadoop.hive.serde2.objectinspector.primitive with parameters of type PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
AbstractPrimitiveJavaObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
           
AbstractPrimitiveObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
          Construct a AbstractPrimitiveObjectInspector.
AbstractPrimitiveWritableObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
           
 



Copyright © 2010 The Apache Software Foundation