public class IcebergTimestampWithZoneObjectInspectorHive3 extends org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector implements org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampLocalTZObjectInspector, WriteObjectInspector
| Modifier and Type | Method and Description |
|---|---|
java.time.OffsetDateTime |
convert(java.lang.Object o) |
java.lang.Object |
copyObject(java.lang.Object o) |
static IcebergTimestampWithZoneObjectInspectorHive3 |
get() |
org.apache.hadoop.hive.common.type.TimestampTZ |
getPrimitiveJavaObject(java.lang.Object o) |
org.apache.hadoop.hive.serde2.io.TimestampLocalTZWritable |
getPrimitiveWritableObject(java.lang.Object o) |
preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static IcebergTimestampWithZoneObjectInspectorHive3 get()
public java.time.OffsetDateTime convert(java.lang.Object o)
convert in interface WriteObjectInspectorpublic org.apache.hadoop.hive.common.type.TimestampTZ getPrimitiveJavaObject(java.lang.Object o)
getPrimitiveJavaObject in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampLocalTZObjectInspectorgetPrimitiveJavaObject in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspectorgetPrimitiveJavaObject in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspectorpublic org.apache.hadoop.hive.serde2.io.TimestampLocalTZWritable getPrimitiveWritableObject(java.lang.Object o)
getPrimitiveWritableObject in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampLocalTZObjectInspectorgetPrimitiveWritableObject in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspectorpublic java.lang.Object copyObject(java.lang.Object o)
copyObject in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspectorcopyObject in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector