org.apache.hadoop.hive.serde2.objectinspector.primitive
Class PrimitiveObjectInspectorUtils.PrimitiveTypeEntry

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
Enclosing class:
PrimitiveObjectInspectorUtils

public static class PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
extends Object

TypeEntry stores information about a Hive Primitive TypeInfo.


Field Summary
 PrimitiveObjectInspector.PrimitiveCategory primitiveCategory
          The category of the PrimitiveType.
 Class<?> primitiveJavaClass
          primitiveJavaClass refers to java classes like Integer, Double, String etc.
 Class<?> primitiveJavaType
          primitiveJavaType refers to java types like int, double, etc.
 Class<?> primitiveWritableClass
          writableClass refers to hadoop Writable classes like IntWritable, DoubleWritable, Text etc.
 String typeName
          typeName is the name of the type as in DDL.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primitiveCategory

public PrimitiveObjectInspector.PrimitiveCategory primitiveCategory
The category of the PrimitiveType.


primitiveJavaType

public Class<?> primitiveJavaType
primitiveJavaType refers to java types like int, double, etc.


primitiveJavaClass

public Class<?> primitiveJavaClass
primitiveJavaClass refers to java classes like Integer, Double, String etc.


primitiveWritableClass

public Class<?> primitiveWritableClass
writableClass refers to hadoop Writable classes like IntWritable, DoubleWritable, Text etc.


typeName

public String typeName
typeName is the name of the type as in DDL.



Copyright © 2010 The Apache Software Foundation