public abstract class LazyBinaryPrimitive<OI extends ObjectInspector,T extends org.apache.hadoop.io.Writable> extends LazyBinaryObject<OI>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getObject()
Returns the primitive object represented by this LazyBinaryObject.
|
T |
getWritableObject() |
int |
hashCode() |
String |
toString() |
setNull
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
init
public Object getObject()
public T getWritableObject()
public int hashCode()
hashCode
in class LazyBinaryObject<OI extends ObjectInspector>
Copyright © 2017 The Apache Software Foundation. All rights reserved.