public abstract class LazyBinaryObject<OI extends ObjectInspector> extends Object implements LazyObjectBase
| Modifier | Constructor and Description |
|---|---|
protected |
LazyBinaryObject(OI oi)
Create a LazyBinaryObject.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
hashCode() |
void |
setNull()
called for null binary, hbase columns, for example
|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetObject, initprotected LazyBinaryObject(OI oi)
oi - Derived classes can access meta information about this Lazy Binary
Object (e.g, length, null-bits) from it.public void setNull()
LazyObjectBasesetNull in interface LazyObjectBaseCopyright © 2019 The Apache Software Foundation. All Rights Reserved.