public interface SettableTimestampObjectInspector extends TimestampObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
create(byte[] bytes,
int offset) |
java.lang.Object |
create(java.sql.Timestamp t) |
java.lang.Object |
set(java.lang.Object o,
byte[] bytes,
int offset) |
java.lang.Object |
set(java.lang.Object o,
java.sql.Timestamp t) |
java.lang.Object |
set(java.lang.Object o,
TimestampWritable t) |
getPrimitiveJavaObject, getPrimitiveWritableObject
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeParams, preferWritable, setTypeParams
getCategory, getTypeName
java.lang.Object set(java.lang.Object o, byte[] bytes, int offset)
java.lang.Object set(java.lang.Object o, java.sql.Timestamp t)
java.lang.Object set(java.lang.Object o, TimestampWritable t)
java.lang.Object create(byte[] bytes, int offset)
java.lang.Object create(java.sql.Timestamp t)
Copyright © 2012 The Apache Software Foundation