public class WritableTimestampLocalTZObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableTimestampLocalTZObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeInfo| Constructor and Description |
|---|
WritableTimestampLocalTZObjectInspector() |
WritableTimestampLocalTZObjectInspector(TimestampLocalTZTypeInfo typeInfo) |
| Modifier and Type | Method and Description |
|---|---|
Object |
copyObject(Object o)
Get a copy of the Object in the same class, so the return value can be
stored independently of the parameter.
|
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) |
preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNamepublic WritableTimestampLocalTZObjectInspector()
public WritableTimestampLocalTZObjectInspector(TimestampLocalTZTypeInfo typeInfo)
public TimestampLocalTZWritable getPrimitiveWritableObject(Object o)
PrimitiveObjectInspectorgetPrimitiveWritableObject in interface TimestampLocalTZObjectInspectorgetPrimitiveWritableObject in interface PrimitiveObjectInspectorgetPrimitiveWritableObject in class AbstractPrimitiveWritableObjectInspectorpublic TimestampTZ getPrimitiveJavaObject(Object o)
PrimitiveObjectInspectorgetPrimitiveJavaObject in interface TimestampLocalTZObjectInspectorgetPrimitiveJavaObject in interface PrimitiveObjectInspectorpublic 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 Object copyObject(Object o)
PrimitiveObjectInspectorcopyObject in interface PrimitiveObjectInspectorCopyright © 2019 The Apache Software Foundation. All Rights Reserved.