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

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

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

Subclasses of LazyBinaryPrimitive in org.apache.hadoop.hive.serde2.lazybinary
 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 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 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 LazyBinaryPrimitive
static LazyBinaryPrimitive<?,?> LazyBinaryFactory.createLazyBinaryPrimitiveClass(PrimitiveObjectInspector oi)
          Create a lazy binary primitive class given the type name.
 



Copyright © 2011 The Apache Software Foundation