public class LazyBooleanObjectInspector extends AbstractPrimitiveLazyObjectInspector<org.apache.hadoop.io.BooleanWritable> implements BooleanObjectInspector
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.
|
boolean |
get(Object o)
Get the boolean data.
|
Object |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
boolean |
isExtendedLiteral() |
void |
setExtendedLiteral(boolean extendedLiteral) |
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 boolean get(Object o)
BooleanObjectInspectorget in interface BooleanObjectInspectorpublic Object copyObject(Object o)
PrimitiveObjectInspectorcopyObject in interface PrimitiveObjectInspectorpublic Object getPrimitiveJavaObject(Object o)
PrimitiveObjectInspectorgetPrimitiveJavaObject in interface PrimitiveObjectInspectorpublic boolean isExtendedLiteral()
public void setExtendedLiteral(boolean extendedLiteral)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.