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

Packages that use PrimitiveObjectInspector.PrimitiveCategory
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
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.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type PrimitiveObjectInspector.PrimitiveCategory
static TypeInfo FunctionRegistry.getTypeInfoForPrimitiveCategory(PrimitiveTypeInfo a, PrimitiveTypeInfo b, PrimitiveObjectInspector.PrimitiveCategory typeCategory)
          Given 2 TypeInfo types and the PrimitiveCategory selected as the common class between the two, return a TypeInfo corresponding to the common PrimitiveCategory, and with type qualifiers (if applicable) that match the 2 TypeInfo types.
static boolean FunctionRegistry.implicitConvertable(PrimitiveObjectInspector.PrimitiveCategory from, PrimitiveObjectInspector.PrimitiveCategory to)
           
 

Uses of PrimitiveObjectInspector.PrimitiveCategory in org.apache.hadoop.hive.ql.udf.generic
 

Fields in org.apache.hadoop.hive.ql.udf.generic declared as PrimitiveObjectInspector.PrimitiveCategory
protected  PrimitiveObjectInspector.PrimitiveCategory GenericUDFUtils.StringHelper.type
           
 

Constructors in org.apache.hadoop.hive.ql.udf.generic with parameters of type PrimitiveObjectInspector.PrimitiveCategory
GenericUDFUtils.StringHelper(PrimitiveObjectInspector.PrimitiveCategory type)
           
 

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.
 PrimitiveObjectInspector.PrimitiveCategory PrimitiveObjectInspectorUtils.PrimitiveTypeEntry.getPrimitiveCategory()
           
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive with parameters of type PrimitiveObjectInspector.PrimitiveCategory
static PrimitiveObjectInspectorUtils.PrimitiveGrouping PrimitiveObjectInspectorUtils.getPrimitiveGrouping(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory)
          Based on the PrimitiveCategory of a type, return the PrimitiveGrouping that the PrimitiveCategory belongs to (numeric, string, date, etc).
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.
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry PrimitiveObjectInspectorUtils.getTypeEntryFromTypeSpecs(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory, BaseTypeParams typeParams)
           
 

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 PrimitiveTypeSpec.getPrimitiveCategory()
           
 PrimitiveObjectInspector.PrimitiveCategory PrimitiveTypeInfo.getPrimitiveCategory()
           
 



Copyright © 2012 The Apache Software Foundation