|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
public static class PrimitiveObjectInspectorUtils.PrimitiveTypeEntry
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 | |
---|---|
void |
readFields(DataInput in)
|
void |
write(DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PrimitiveObjectInspector.PrimitiveCategory primitiveCategory
public Class<?> primitiveJavaType
public Class<?> primitiveJavaClass
public Class<?> primitiveWritableClass
public String typeName
Method Detail |
---|
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |