|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |