Uses of Class
org.apache.hadoop.hive.serde2.lazy.LazyPrimitive

Packages that use LazyPrimitive
org.apache.hadoop.hive.serde2.lazy   
 

Uses of LazyPrimitive in org.apache.hadoop.hive.serde2.lazy
 

Subclasses of LazyPrimitive in org.apache.hadoop.hive.serde2.lazy
 class LazyBoolean
          LazyObject for storing a value of boolean.
 class LazyByte
          LazyObject for storing a value of Byte.
 class LazyDouble
          LazyObject for storing a value of Double.
 class LazyFloat
          LazyObject for storing a value of Double.
 class LazyInteger
          LazyObject for storing a value of Integer.
 class LazyLong
          LazyObject for storing a value of Long.
 class LazyShort
          LazyObject for storing a value of Short.
 class LazyString
          LazyObject for storing a value of String.
 

Methods in org.apache.hadoop.hive.serde2.lazy that return LazyPrimitive
static LazyPrimitive<?,?> LazyFactory.createLazyPrimitiveClass(PrimitiveObjectInspector oi)
          Create a lazy primitive class given the type name.
 



Copyright © 2010 The Apache Software Foundation