Uses of Package
org.apache.hadoop.hive.serde2.lazybinary

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

Classes in org.apache.hadoop.hive.serde2.lazybinary used by org.apache.hadoop.hive.serde2.lazybinary
LazyBinaryBoolean
          LazyBinaryObject for boolean which takes one byte
LazyBinaryNonPrimitive
           
LazyBinaryObject
          LazyBinaryObject stores an object in a binary format in a byte[].
LazyBinaryPrimitive
          Defines a LazyBinaryPrimitive.
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.
LazyBinaryUtils.RecordInfo
          Record is the unit that data is serialized in.
LazyBinaryUtils.VInt
          A zero-compressed encoded integer
LazyBinaryUtils.VLong
          A zero-compressed encoded long
 



Copyright © 2009 The Apache Software Foundation