Class IcebergTimestampWithZoneObjectInspector
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
org.apache.iceberg.mr.hive.serde.objectinspector.IcebergTimestampWithZoneObjectInspector
- All Implemented Interfaces:
Cloneable
,org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
,org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector
,org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
,WriteObjectInspector
public class IcebergTimestampWithZoneObjectInspector
extends org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
implements org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector, WriteObjectInspector
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector.Category
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector.PrimitiveCategory
-
Field Summary
Fields inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
typeInfo
-
Method Summary
Modifier and TypeMethodDescriptioncopyObject
(Object o) get()
org.apache.hadoop.hive.serde2.io.TimestampWritable
Methods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
preferWritable
Methods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
getCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scale
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeName
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scale
-
Method Details
-
get
-
convert
- Specified by:
convert
in interfaceWriteObjectInspector
-
getPrimitiveJavaObject
- Specified by:
getPrimitiveJavaObject
in interfaceorg.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
- Specified by:
getPrimitiveJavaObject
in interfaceorg.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector
- Overrides:
getPrimitiveJavaObject
in classorg.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
-
getPrimitiveWritableObject
- Specified by:
getPrimitiveWritableObject
in interfaceorg.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
- Specified by:
getPrimitiveWritableObject
in interfaceorg.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector
-
copyObject
- Specified by:
copyObject
in interfaceorg.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
- Overrides:
copyObject
in classorg.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
-