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

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

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

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return PrimitiveObjectInspectorUtils.PrimitiveGrouping
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 PrimitiveObjectInspectorUtils.PrimitiveGrouping PrimitiveObjectInspectorUtils.PrimitiveGrouping.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrimitiveObjectInspectorUtils.PrimitiveGrouping[] PrimitiveObjectInspectorUtils.PrimitiveGrouping.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 The Apache Software Foundation