public class IntOptionInspector extends AbstractValueInspector implements org.apache.hadoop.hive.serde2.objectinspector.primitive.IntObjectInspector
IntOption object.| Constructor and Description |
|---|
IntOptionInspector()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get(Object o) |
Object |
getPrimitiveJavaObject(Object o) |
Object |
getPrimitiveWritableObject(Object o) |
protected ValueOption<?> |
newObject()
Creates a new instance for supported
ValueOption type. |
copyObject, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected ValueOption<?> newObject()
AbstractValueInspectorValueOption type.newObject in class AbstractValueInspectorpublic Object getPrimitiveJavaObject(Object o)
getPrimitiveJavaObject in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspectorpublic Object getPrimitiveWritableObject(Object o)
getPrimitiveWritableObject in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspectorpublic int get(Object o)
get in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.IntObjectInspectorCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.