public class WritableLongObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableLongObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeInfo| 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(long value)
Create an object with the value.
|
long |
get(Object o)
Get the long data.
|
Object |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
Object |
set(Object o,
long value)
Set the object with the value.
|
getPrimitiveWritableObject, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getPrimitiveWritableObject, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNamepublic long get(Object o)
LongObjectInspectorget in interface LongObjectInspectorpublic Object copyObject(Object o)
PrimitiveObjectInspectorcopyObject in interface PrimitiveObjectInspectorpublic Object getPrimitiveJavaObject(Object o)
PrimitiveObjectInspectorgetPrimitiveJavaObject in interface PrimitiveObjectInspectorpublic Object create(long value)
SettableLongObjectInspectorcreate in interface SettableLongObjectInspectorpublic Object set(Object o, long value)
SettableLongObjectInspectorset in interface SettableLongObjectInspectorCopyright © 2019 The Apache Software Foundation. All Rights Reserved.