public class WritableHiveDecimalObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableHiveDecimalObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
typeInfo
Constructor and Description |
---|
WritableHiveDecimalObjectInspector() |
WritableHiveDecimalObjectInspector(DecimalTypeInfo typeInfo) |
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(byte[] bytes,
int scale) |
Object |
create(HiveDecimal t) |
HiveDecimal |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
HiveDecimalWritable |
getPrimitiveWritableObject(Object o)
Return the data in an instance of primitive writable Object.
|
Object |
set(Object o,
byte[] bytes,
int scale) |
Object |
set(Object o,
HiveDecimal t) |
Object |
set(Object o,
HiveDecimalWritable t) |
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 WritableHiveDecimalObjectInspector()
public WritableHiveDecimalObjectInspector(DecimalTypeInfo typeInfo)
public HiveDecimalWritable getPrimitiveWritableObject(Object o)
PrimitiveObjectInspector
getPrimitiveWritableObject
in interface HiveDecimalObjectInspector
getPrimitiveWritableObject
in interface PrimitiveObjectInspector
getPrimitiveWritableObject
in class AbstractPrimitiveWritableObjectInspector
public HiveDecimal getPrimitiveJavaObject(Object o)
PrimitiveObjectInspector
getPrimitiveJavaObject
in interface HiveDecimalObjectInspector
getPrimitiveJavaObject
in interface PrimitiveObjectInspector
public Object copyObject(Object o)
PrimitiveObjectInspector
copyObject
in interface PrimitiveObjectInspector
public Object set(Object o, byte[] bytes, int scale)
set
in interface SettableHiveDecimalObjectInspector
public Object set(Object o, HiveDecimal t)
set
in interface SettableHiveDecimalObjectInspector
public Object set(Object o, HiveDecimalWritable t)
set
in interface SettableHiveDecimalObjectInspector
public Object create(byte[] bytes, int scale)
create
in interface SettableHiveDecimalObjectInspector
public Object create(HiveDecimal t)
create
in interface SettableHiveDecimalObjectInspector
Copyright © 2017 The Apache Software Foundation. All rights reserved.