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

Packages that use LazyObjectBase
org.apache.hadoop.hive.serde2.columnar   
org.apache.hadoop.hive.serde2.lazy   
org.apache.hadoop.hive.serde2.lazybinary   
org.apache.hadoop.hive.serde2.lazydio   
 

Uses of LazyObjectBase in org.apache.hadoop.hive.serde2.columnar
 

Methods in org.apache.hadoop.hive.serde2.columnar that return LazyObjectBase
protected  LazyObjectBase LazyBinaryColumnarStruct.createLazyObjectBase(ObjectInspector objectInspector)
           
protected  LazyObjectBase ColumnarStruct.createLazyObjectBase(ObjectInspector objectInspector)
           
protected abstract  LazyObjectBase ColumnarStructBase.createLazyObjectBase(ObjectInspector objectInspector)
          create the lazy object for this field
 

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

Subclasses of LazyObjectBase 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 LazyObject<OI extends ObjectInspector>
          LazyObject stores an object in a range of bytes in a byte[].
 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
           
 

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

Subclasses of LazyObjectBase in org.apache.hadoop.hive.serde2.lazybinary
 class LazyBinaryArray
          LazyBinaryArray is serialized as follows: start A b b b b b b end bytes[] -> |--------|---|---|---|---| ...
 class LazyBinaryBinary
           
 class LazyBinaryBoolean
          LazyBinaryObject for boolean which takes one byte
 class LazyBinaryByte
          LazyBinaryObject for byte which takes one byte.
 class LazyBinaryDate
          A LazyBinaryObject that encodes a java.sql.Date in a VInt.
 class LazyBinaryDouble
          LazyBinaryObject for double which takes eight bytes.
 class LazyBinaryFloat
          LazyBinaryObject for float which takes four bytes.
 class LazyBinaryHiveDecimal
           
 class LazyBinaryHiveVarchar
           
 class LazyBinaryInteger
          LazyBinaryObject for integer which is serialized as VInt.
 class LazyBinaryLong
          LazyBinaryObject for long which stores as VLong.
 class LazyBinaryMap
          LazyBinaryMap is serialized as follows: start A b c b c b c end bytes[] -> |--------|---|---|---|---| ...
 class LazyBinaryNonPrimitive<OI extends ObjectInspector>
          LazyBinaryNonPrimitive.
 class LazyBinaryObject<OI extends ObjectInspector>
          LazyBinaryObject stores an object in a binary format in a byte[].
 class LazyBinaryPrimitive<OI extends ObjectInspector,T extends Writable>
          Defines a LazyBinaryPrimitive.
 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 LazyBinaryStruct
          LazyBinaryStruct is serialized as follows: start A B A B A B end bytes[] -> |-----|---------|--- ...
 class LazyBinaryTimestamp
          LazyBinaryTimestamp A LazyBinaryObject that encodes a java.sql.Timestamp 4 to 9 bytes.
 class LazyBinaryVoid
          LazyBinaryVoid for NULL which is a placeholder class and it does not need to store any data.
 

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

Subclasses of LazyObjectBase 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