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   
org.apache.hadoop.hive.serde2.typeinfo This package provides the implementation of the SerDe type system. 
 

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)
           
LazyHiveVarcharObjectInspector(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.binaryTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.booleanTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.byteTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.dateTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.decimalTypeEntry
           
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.timestampTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.unknownTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.varcharTypeEntry
           
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.voidTypeEntry
           
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
 PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.PrimitiveTypeEntry.addParameters(String[] parameters)
           
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.
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.getTypeEntryFromTypeSpecs(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory, BaseTypeParams typeParams)
           
 

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)
           
JavaHiveVarcharObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
           
WritableHiveVarcharObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
           
 

Uses of PrimitiveObjectInspectorUtils.PrimitiveTypeEntry in org.apache.hadoop.hive.serde2.typeinfo
 

Methods in org.apache.hadoop.hive.serde2.typeinfo that return PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
 PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveTypeInfo.getPrimitiveTypeEntry()
           
 

Methods in org.apache.hadoop.hive.serde2.typeinfo with parameters of type PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
static BaseTypeParams ParameterizedPrimitiveTypeUtils.getTypeParamsFromPrimitiveTypeEntry(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
           
 



Copyright © 2012 The Apache Software Foundation