|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveObjectInspectorUtils.PrimitiveTypeEntry | |
---|---|
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | |
org.apache.hadoop.hive.serde2.objectinspector.primitive |
Uses of PrimitiveObjectInspectorUtils.PrimitiveTypeEntry in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive |
---|
Constructors in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive with parameters of type PrimitiveObjectInspectorUtils.PrimitiveTypeEntry | |
---|---|
AbstractPrimitiveLazyObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
|
Uses of PrimitiveObjectInspectorUtils.PrimitiveTypeEntry in org.apache.hadoop.hive.serde2.objectinspector.primitive |
---|
Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return PrimitiveObjectInspectorUtils.PrimitiveTypeEntry | |
---|---|
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 a Primitive Writable Class. |
Constructors in org.apache.hadoop.hive.serde2.objectinspector.primitive with parameters of type PrimitiveObjectInspectorUtils.PrimitiveTypeEntry | |
---|---|
AbstractPrimitiveJavaObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
|
|
AbstractPrimitiveObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
Construct a AbstractPrimitiveObjectInspector. |
|
AbstractPrimitiveWritableObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |