public class WritableHiveCharObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableHiveCharObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
typeInfo
Constructor and Description |
---|
WritableHiveCharObjectInspector() |
WritableHiveCharObjectInspector(CharTypeInfo 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(HiveChar value) |
int |
getMaxLength() |
HiveChar |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
HiveCharWritable |
getPrimitiveWritableObject(Object o)
Return the data in an instance of primitive writable Object.
|
Object |
set(Object o,
HiveChar value) |
Object |
set(Object o,
String value) |
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 WritableHiveCharObjectInspector()
public WritableHiveCharObjectInspector(CharTypeInfo typeInfo)
public HiveChar getPrimitiveJavaObject(Object o)
PrimitiveObjectInspector
getPrimitiveJavaObject
in interface HiveCharObjectInspector
getPrimitiveJavaObject
in interface PrimitiveObjectInspector
public HiveCharWritable getPrimitiveWritableObject(Object o)
PrimitiveObjectInspector
getPrimitiveWritableObject
in interface HiveCharObjectInspector
getPrimitiveWritableObject
in interface PrimitiveObjectInspector
getPrimitiveWritableObject
in class AbstractPrimitiveWritableObjectInspector
public Object copyObject(Object o)
PrimitiveObjectInspector
copyObject
in interface PrimitiveObjectInspector
public Object set(Object o, HiveChar value)
set
in interface SettableHiveCharObjectInspector
public Object set(Object o, String value)
set
in interface SettableHiveCharObjectInspector
public Object create(HiveChar value)
create
in interface SettableHiveCharObjectInspector
public int getMaxLength()
Copyright © 2017 The Apache Software Foundation. All rights reserved.