Uses of Class
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
 

Subclasses of LazyObject in org.apache.hadoop.hive.serde2.lazy
 class LazyArray
          LazyArray stores an array of Lazy Objects.
 class LazyBinary
           
 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 LazyMap
          LazyMap stores a map of Primitive LazyObjects to LazyObjects.
 class LazyNonPrimitive<OI extends ObjectInspector>
          LazyPrimitive stores a primitive Object in a LazyObject.
 class LazyPrimitive<OI extends ObjectInspector,T extends Writable>
          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.
 class LazyTimestamp
          LazyTimestamp.
 class LazyUnion
          LazyObject for storing a union.
 

Methods in org.apache.hadoop.hive.serde2.lazy that return LazyObject
static LazyObject LazyFactory.createLazyObject(ObjectInspector oi)
          Create a hierarchical LazyObject based on the given typeInfo.
protected  LazyObject[] LazyStruct.getFields()
           
 

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.
protected  void LazyStruct.setFields(LazyObject[] fields)
           
 



Copyright © 2011 The Apache Software Foundation