public class JavaTimestampLocalTZObjectInspector extends AbstractPrimitiveJavaObjectInspector implements SettableTimestampLocalTZObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeInfo| Constructor and Description |
|---|
JavaTimestampLocalTZObjectInspector() |
JavaTimestampLocalTZObjectInspector(TimestampLocalTZTypeInfo typeInfo) |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(byte[] bytes,
int offset) |
Object |
create(TimestampTZ t) |
TimestampTZ |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
TimestampLocalTZWritable |
getPrimitiveWritableObject(Object o)
Return the data in an instance of primitive writable Object.
|
Object |
set(Object o,
byte[] bytes,
int offset) |
Object |
set(Object o,
TimestampLocalTZWritable t) |
Object |
set(Object o,
TimestampTZ t) |
copyObject, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNamepublic JavaTimestampLocalTZObjectInspector()
public JavaTimestampLocalTZObjectInspector(TimestampLocalTZTypeInfo typeInfo)
public Object set(Object o, byte[] bytes, int offset)
set in interface SettableTimestampLocalTZObjectInspectorpublic Object set(Object o, TimestampTZ t)
set in interface SettableTimestampLocalTZObjectInspectorpublic Object set(Object o, TimestampLocalTZWritable t)
set in interface SettableTimestampLocalTZObjectInspectorpublic Object create(byte[] bytes, int offset)
create in interface SettableTimestampLocalTZObjectInspectorpublic Object create(TimestampTZ t)
create in interface SettableTimestampLocalTZObjectInspectorpublic TimestampLocalTZWritable getPrimitiveWritableObject(Object o)
PrimitiveObjectInspectorgetPrimitiveWritableObject in interface TimestampLocalTZObjectInspectorgetPrimitiveWritableObject in interface PrimitiveObjectInspectorpublic TimestampTZ getPrimitiveJavaObject(Object o)
PrimitiveObjectInspectorgetPrimitiveJavaObject in interface TimestampLocalTZObjectInspectorgetPrimitiveJavaObject in interface PrimitiveObjectInspectorgetPrimitiveJavaObject in class AbstractPrimitiveJavaObjectInspectorCopyright © 2019 The Apache Software Foundation. All Rights Reserved.