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

All Superinterfaces:
Cloneable, DateObjectInspector, ObjectInspector, PrimitiveObjectInspector, PrimitiveTypeSpec
All Known Implementing Classes:
JavaDateObjectInspector, WritableConstantDateObjectInspector, WritableDateObjectInspector

public interface SettableDateObjectInspector
extends DateObjectInspector

A SettableDecimalObjectInspector can set a Date value to an object.


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(Date d)
           
 Object set(Object o, Date d)
           
 Object set(Object o, DateWritable d)
           
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.primitive.DateObjectInspector
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,
           Date d)

set

Object set(Object o,
           DateWritable d)

create

Object create(Date d)


Copyright © 2012 The Apache Software Foundation