|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.serde2.lazy.LazyObjectBase
org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryObject<OI>
org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryPrimitive<OI,T>
public abstract class LazyBinaryPrimitive<OI extends ObjectInspector,T extends org.apache.hadoop.io.Writable>
Defines a LazyBinaryPrimitive. data will be initialized to corresponding types in different LazyBinary primitive classes. For example, data will be a BooleanWritable in the LazyBinaryBoolean class. There is no null flag any more,
| Method Summary | |
|---|---|
Object |
getObject()
Returns the primitive object represented by this LazyBinaryObject. |
T |
getWritableObject()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.apache.hadoop.hive.serde2.lazy.LazyObjectBase |
|---|
init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Object getObject()
getObject in class LazyObjectBasepublic T getWritableObject()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class LazyBinaryObject<OI extends ObjectInspector>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||