public class WritableHiveIntervalDayTimeObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableHiveIntervalDayTimeObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeInfo| Constructor and Description |
|---|
WritableHiveIntervalDayTimeObjectInspector() |
| 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(HiveIntervalDayTime i) |
HiveIntervalDayTime |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
HiveIntervalDayTimeWritable |
getPrimitiveWritableObject(Object o)
Return the data in an instance of primitive writable Object.
|
Object |
set(Object o,
HiveIntervalDayTime i) |
Object |
set(Object o,
HiveIntervalDayTimeWritable i) |
preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNamepublic WritableHiveIntervalDayTimeObjectInspector()
public HiveIntervalDayTime getPrimitiveJavaObject(Object o)
PrimitiveObjectInspectorgetPrimitiveJavaObject in interface HiveIntervalDayTimeObjectInspectorgetPrimitiveJavaObject in interface PrimitiveObjectInspectorpublic HiveIntervalDayTimeWritable getPrimitiveWritableObject(Object o)
PrimitiveObjectInspectorgetPrimitiveWritableObject in interface HiveIntervalDayTimeObjectInspectorgetPrimitiveWritableObject in interface PrimitiveObjectInspectorgetPrimitiveWritableObject in class AbstractPrimitiveWritableObjectInspectorpublic Object copyObject(Object o)
PrimitiveObjectInspectorcopyObject in interface PrimitiveObjectInspectorpublic Object set(Object o, HiveIntervalDayTime i)
set in interface SettableHiveIntervalDayTimeObjectInspectorpublic Object set(Object o, HiveIntervalDayTimeWritable i)
set in interface SettableHiveIntervalDayTimeObjectInspectorpublic Object create(HiveIntervalDayTime i)
create in interface SettableHiveIntervalDayTimeObjectInspectorCopyright © 2017 The Apache Software Foundation. All rights reserved.