public class WritableHiveIntervalDayTimeObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableHiveIntervalDayTimeObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
typeInfo
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) |
preferWritable
getCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scale
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scale
getCategory, getTypeName
public WritableHiveIntervalDayTimeObjectInspector()
public HiveIntervalDayTime getPrimitiveJavaObject(Object o)
PrimitiveObjectInspector
getPrimitiveJavaObject
in interface HiveIntervalDayTimeObjectInspector
getPrimitiveJavaObject
in interface PrimitiveObjectInspector
public HiveIntervalDayTimeWritable getPrimitiveWritableObject(Object o)
PrimitiveObjectInspector
getPrimitiveWritableObject
in interface HiveIntervalDayTimeObjectInspector
getPrimitiveWritableObject
in interface PrimitiveObjectInspector
getPrimitiveWritableObject
in class AbstractPrimitiveWritableObjectInspector
public Object copyObject(Object o)
PrimitiveObjectInspector
copyObject
in interface PrimitiveObjectInspector
public Object set(Object o, HiveIntervalDayTime i)
set
in interface SettableHiveIntervalDayTimeObjectInspector
public Object set(Object o, HiveIntervalDayTimeWritable i)
set
in interface SettableHiveIntervalDayTimeObjectInspector
public Object create(HiveIntervalDayTime i)
create
in interface SettableHiveIntervalDayTimeObjectInspector
Copyright © 2017 The Apache Software Foundation. All rights reserved.