Package org.apache.hadoop.hive.serde2.lazy

Interface Summary
LazyObject LazyObject stores an object in a range of bytes in a byte[].
 

Class Summary
ByteArrayRef ByteArrayRef stores a reference to a byte array.
LazyArray LazyArray stores an array of Lazy Objects.
LazyByte LazyObject for storing a value of Byte.
LazyDouble LazyObject for storing a value of Double.
LazyFactory  
LazyInteger LazyObject for storing a value of Integer.
LazyLong LazyObject for storing a value of Long.
LazyMap LazyMap stores a map of Primitive LazyObjects to LazyObjects.
LazyNonPrimitive LazyPrimitive stores a primitive Object in a LazyObject.
LazyPrimitive<T> LazyPrimitive stores a primitive Object in a LazyObject.
LazyShort LazyObject for storing a value of Short.
LazySimpleSerDe LazySimpleSerDe can be used to read the same data format as MetadataTypedColumnsetSerDe and TCTLSeparatedProtocol.
LazyString LazyObject for storing a value of String.
LazyStruct LazyObject for storing a struct.
LazyUtils  
TestLazyArrayMapStruct  
TestLazyPrimitive  
TestLazySimpleSerDe  
 



Copyright © 2009 The Apache Software Foundation