Uses of Interface
org.apache.hadoop.hive.serde2.lazy.LazyObject

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

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

Classes in org.apache.hadoop.hive.serde2.lazy that implement LazyObject
 class LazyArray
          LazyArray stores an array of Lazy Objects.
 class LazyByte
          LazyObject for storing a value of Byte.
 class LazyDouble
          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 LazyMap
          LazyMap stores a map of Primitive LazyObjects to LazyObjects.
 class LazyNonPrimitive
          LazyPrimitive stores a primitive Object in a LazyObject.
 class LazyPrimitive<T>
          LazyPrimitive stores a primitive Object in a LazyObject.
 class LazyShort
          LazyObject for storing a value of Short.
 class LazyString
          LazyObject for storing a value of String.
 class LazyStruct
          LazyObject for storing a struct.
 

Methods in org.apache.hadoop.hive.serde2.lazy that return LazyObject
static LazyObject LazyFactory.createLazyObject(TypeInfo typeInfo)
          Create a hierarchical LazyObject based on the given typeInfo.
 

Methods in org.apache.hadoop.hive.serde2.lazy with parameters of type LazyObject
static void TestLazyPrimitive.initLazyObject(LazyObject lo, byte[] data, int start, int length)
          Initialize the LazyObject with the parameters, wrapping the byte[] automatically.
 



Copyright © 2009 The Apache Software Foundation