org.apache.hadoop.hive.serde2.objectinspector.primitive
Interface SettableTimestampObjectInspector

All Superinterfaces:
Cloneable, ObjectInspector, PrimitiveObjectInspector, PrimitiveTypeSpec, TimestampObjectInspector
All Known Implementing Classes:
JavaTimestampObjectInspector, WritableConstantTimestampObjectInspector, WritableTimestampObjectInspector

public interface SettableTimestampObjectInspector
extends TimestampObjectInspector


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
ObjectInspector.Category
 
Method Summary
 Object create(byte[] bytes, int offset)
           
 Object create(Timestamp t)
           
 Object set(Object o, byte[] bytes, int offset)
           
 Object set(Object o, Timestamp t)
           
 Object set(Object o, TimestampWritable t)
           
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.primitive.TimestampObjectInspector
getPrimitiveJavaObject, getPrimitiveWritableObject
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeParams, preferWritable, setTypeParams
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeName
 

Method Detail

set

Object set(Object o,
           byte[] bytes,
           int offset)

set

Object set(Object o,
           Timestamp t)

set

Object set(Object o,
           TimestampWritable t)

create

Object create(byte[] bytes,
              int offset)

create

Object create(Timestamp t)


Copyright © 2012 The Apache Software Foundation