public abstract class LazyObject<OI extends ObjectInspector> extends LazyObjectBase
| Modifier | Constructor and Description |
|---|---|
protected |
LazyObject(OI oi)
Create a LazyObject.
|
| Modifier and Type | Method and Description |
|---|---|
protected OI |
getInspector() |
abstract int |
hashCode() |
protected void |
setInspector(OI oi) |
getObject, initprotected OI extends ObjectInspector oi
protected LazyObject(OI oi)
oi - Derived classes can access meta information about this Lazy Object
(e.g, separator, nullSequence, escaper) from it.Copyright © 2012 The Apache Software Foundation