Package oracle.kv.hadoop.hive.table
Class TableTimestampObjectInspector
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
oracle.kv.hadoop.hive.table.TableTimestampObjectInspector
- All Implemented Interfaces:
Cloneable,ObjectInspector,SettableTimestampObjectInspector,TimestampObjectInspector,PrimitiveObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields
of type FieldDef.Type.TIMESTAMP to Hive column type TIMESTAMP.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
ObjectInspector.CategoryNested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
PrimitiveObjectInspector.PrimitiveCategory -
Field Summary
Fields inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
typeInfo -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaTimestampObjectInspector
copyObject, create, create, set, set, setMethods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
preferWritableMethods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
getCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeNameMethods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scale
-
Method Details
-
getPrimitiveWritableObject
- Specified by:
getPrimitiveWritableObjectin interfacePrimitiveObjectInspector- Specified by:
getPrimitiveWritableObjectin interfaceTimestampObjectInspector- Overrides:
getPrimitiveWritableObjectin classJavaTimestampObjectInspector
-
getPrimitiveJavaObject
- Specified by:
getPrimitiveJavaObjectin interfacePrimitiveObjectInspector- Specified by:
getPrimitiveJavaObjectin interfaceTimestampObjectInspector- Overrides:
getPrimitiveJavaObjectin classJavaTimestampObjectInspector
-
get
- Overrides:
getin classJavaTimestampObjectInspector
-