public class WritableHiveIntervalYearMonthObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableHiveIntervalYearMonthObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
typeInfo
Constructor and Description |
---|
WritableHiveIntervalYearMonthObjectInspector() |
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(HiveIntervalYearMonth i) |
HiveIntervalYearMonth |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
HiveIntervalYearMonthWritable |
getPrimitiveWritableObject(Object o)
Return the data in an instance of primitive writable Object.
|
Object |
set(Object o,
HiveIntervalYearMonth i) |
Object |
set(Object o,
HiveIntervalYearMonthWritable 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 WritableHiveIntervalYearMonthObjectInspector()
public HiveIntervalYearMonth getPrimitiveJavaObject(Object o)
PrimitiveObjectInspector
getPrimitiveJavaObject
in interface HiveIntervalYearMonthObjectInspector
getPrimitiveJavaObject
in interface PrimitiveObjectInspector
public HiveIntervalYearMonthWritable getPrimitiveWritableObject(Object o)
PrimitiveObjectInspector
getPrimitiveWritableObject
in interface HiveIntervalYearMonthObjectInspector
getPrimitiveWritableObject
in interface PrimitiveObjectInspector
getPrimitiveWritableObject
in class AbstractPrimitiveWritableObjectInspector
public Object copyObject(Object o)
PrimitiveObjectInspector
copyObject
in interface PrimitiveObjectInspector
public Object set(Object o, HiveIntervalYearMonth i)
set
in interface SettableHiveIntervalYearMonthObjectInspector
public Object set(Object o, HiveIntervalYearMonthWritable i)
set
in interface SettableHiveIntervalYearMonthObjectInspector
public Object create(HiveIntervalYearMonth i)
create
in interface SettableHiveIntervalYearMonthObjectInspector
Copyright © 2017 The Apache Software Foundation. All rights reserved.