public class WritableTimestampObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableTimestampObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
typeInfo
Constructor and Description |
---|
WritableTimestampObjectInspector() |
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(Timestamp t) |
Timestamp |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
TimestampWritable |
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,
Timestamp t) |
Object |
set(Object o,
TimestampWritable t) |
preferWritable
getCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scale
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scale
getCategory, getTypeName
public TimestampWritable getPrimitiveWritableObject(Object o)
PrimitiveObjectInspector
getPrimitiveWritableObject
in interface TimestampObjectInspector
getPrimitiveWritableObject
in interface PrimitiveObjectInspector
getPrimitiveWritableObject
in class AbstractPrimitiveWritableObjectInspector
public Timestamp getPrimitiveJavaObject(Object o)
PrimitiveObjectInspector
getPrimitiveJavaObject
in interface TimestampObjectInspector
getPrimitiveJavaObject
in interface PrimitiveObjectInspector
public Object copyObject(Object o)
PrimitiveObjectInspector
copyObject
in interface PrimitiveObjectInspector
public Object set(Object o, byte[] bytes, int offset)
set
in interface SettableTimestampObjectInspector
public Object set(Object o, Timestamp t)
set
in interface SettableTimestampObjectInspector
public Object set(Object o, TimestampWritable t)
set
in interface SettableTimestampObjectInspector
public Object create(byte[] bytes, int offset)
create
in interface SettableTimestampObjectInspector
public Object create(Timestamp t)
create
in interface SettableTimestampObjectInspector
Copyright © 2017 The Apache Software Foundation. All rights reserved.