| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.objectinspector.primitive | |
| org.apache.hadoop.hive.serde2.typeinfo |
This package provides the implementation of the SerDe type system.
|
| Modifier and Type | Method and Description |
|---|---|
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 the given base type name (int, varchar, etc).
|
| Modifier and Type | Field and Description |
|---|---|
protected PrimitiveObjectInspectorUtils.PrimitiveTypeEntry |
PrimitiveTypeInfo.typeEntry |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveObjectInspectorUtils.PrimitiveTypeEntry |
PrimitiveTypeInfo.getPrimitiveTypeEntry() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.