public abstract class LazyBinaryObject<OI extends ObjectInspector> extends LazyObjectBase
Modifier | Constructor and Description |
---|---|
protected |
LazyBinaryObject(OI oi)
Create a LazyBinaryObject.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
hashCode() |
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.Copyright © 2012 The Apache Software Foundation