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

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

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 LazyDate
          LazyDate.
 class LazyDouble
          LazyObject for storing a value of Double.
 class LazyFloat
          LazyObject for storing a value of Double.
 class LazyHiveDecimal
           
 class LazyHiveVarchar
          LazyObject for storing a value of HiveVarchar.
 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.
 class LazyVoid
           
 

Methods in org.apache.hadoop.hive.serde2.lazy that return LazyObject
static LazyObject<? extends ObjectInspector> LazyFactory.createLazyObject(ObjectInspector oi)
          Create a hierarchical LazyObject based on the given typeInfo.
static LazyObject<? extends ObjectInspector> LazyFactory.createLazyObject(ObjectInspector oi, boolean typeBinary)
          Creates a LazyObject based on the LazyObjectInspector.
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)
           
 

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

Subclasses of LazyObject in org.apache.hadoop.hive.serde2.lazydio
 class LazyDioBoolean
          LazyBooleanBinary for storing a boolean value as an BooleanWritable.
 class LazyDioByte
          LazyByteBinary for storing a byte value as a ByteWritable.
 class LazyDioDouble
          LazyDoubleBinary for storing a double value as a DoubleWritable.
 class LazyDioFloat
          LazyFloatBinary for storing a float value as a FloatWritable.
 class LazyDioInteger
          LazyIntegerBinary for storing an int value as an IntWritable.
 class LazyDioLong
          LazyLongBinary for storing a long value as a LongWritable.
 class LazyDioShort
          LazyShortBinary for storing a short value as a ShortWritable.
 



Copyright © 2012 The Apache Software Foundation