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

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

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

Subclasses of LazyBinaryNonPrimitive 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 LazyBinaryMap
          LazyBinaryMap is serialized as follows: start A b c b c b c end bytes[] -> |--------|---|---|---|---| ...
 class LazyBinaryStruct
          LazyBinaryStruct is serialized as follows: start A B A B A B end bytes[] -> |-----|---------|--- ...
 



Copyright © 2012 The Apache Software Foundation