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, wait
getObject, init
protected 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()
LazyObjectBase
setNull
in interface LazyObjectBase
Copyright © 2017 The Apache Software Foundation. All rights reserved.