| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.objectinspector.primitive |
| Modifier and Type | Method and Description |
|---|---|
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 © 2022 The Apache Software Foundation. All rights reserved.