Uses of Class
org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryObject

Packages that use LazyBinaryObject
org.apache.hadoop.hive.serde2.lazybinary   
 

Uses of LazyBinaryObject in org.apache.hadoop.hive.serde2.lazybinary
 

Subclasses of LazyBinaryObject in org.apache.hadoop.hive.serde2.lazybinary
 class LazyBinaryArray
          LazyBinaryArray is serialized as follows: start A b b b b b b end bytes[] -> |--------|---|---|---|---| ...
 class LazyBinaryBinary
           
 class LazyBinaryBoolean
          LazyBinaryObject for boolean which takes one byte
 class LazyBinaryByte
          LazyBinaryObject for byte which takes one byte.
 class LazyBinaryDouble
          LazyBinaryObject for double which takes eight bytes.
 class LazyBinaryFloat
          LazyBinaryObject for float which takes four bytes.
 class LazyBinaryInteger
          LazyBinaryObject for integer which is serialized as VInt.
 class LazyBinaryLong
          LazyBinaryObject for long which stores as VLong.
 class LazyBinaryMap
          LazyBinaryMap is serialized as follows: start A b c b c b c end bytes[] -> |--------|---|---|---|---| ...
 class LazyBinaryNonPrimitive<OI extends ObjectInspector>
          LazyBinaryNonPrimitive.
 class LazyBinaryPrimitive<OI extends ObjectInspector,T extends Writable>
          Defines a LazyBinaryPrimitive.
 class LazyBinaryShort
          LazyBinaryObject for short which takes two bytes.
 class LazyBinaryString
          The serialization of LazyBinaryString is very simple: start A end bytes[] -> |---------------------------------| Section A is just an array of bytes which are exactly the Text contained in this object.
 class LazyBinaryStruct
          LazyBinaryStruct is serialized as follows: start A B A B A B end bytes[] -> |-----|---------|--- ...
 class LazyBinaryTimestamp
          LazyBinaryTimestamp A LazyBinaryObject that encodes a java.sql.Timestamp 4 to 9 bytes.
 class LazyBinaryVoid
          LazyBinaryVoid for NULL which is a placeholder class and it does not need to store any data.
 

Methods in org.apache.hadoop.hive.serde2.lazybinary that return LazyBinaryObject
static LazyBinaryObject LazyBinaryFactory.createLazyBinaryObject(ObjectInspector oi)
          Create a hierarchical LazyBinaryObject based on the given typeInfo.
 



Copyright © 2011 The Apache Software Foundation