public interface SettableTimestampObjectInspector extends TimestampObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.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, getPrimitiveWritableObjectcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeParams, preferWritable, setTypeParamsgetCategory, getTypeNamejava.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