Class | Description |
---|---|
ByteArrayRef |
ByteArrayRef stores a reference to a byte array.
|
LazyArray |
LazyArray stores an array of Lazy Objects.
|
LazyBinary | |
LazyBoolean |
LazyObject for storing a value of boolean.
|
LazyByte |
LazyObject for storing a value of Byte.
|
LazyDate |
LazyDate.
|
LazyDouble |
LazyObject for storing a value of Double.
|
LazyFactory |
LazyFactory.
|
LazyFloat |
LazyObject for storing a value of Double.
|
LazyHiveDecimal | |
LazyHiveVarchar |
LazyObject for storing a value of HiveVarchar.
|
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<OI extends ObjectInspector> |
LazyPrimitive stores a primitive Object in a LazyObject.
|
LazyObject<OI extends ObjectInspector> |
LazyObject stores an object in a range of bytes in a byte[].
|
LazyObjectBase | |
LazyPrimitive<OI extends ObjectInspector,T extends Writable> |
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.
|
LazySimpleSerDe.SerDeParameters |
SerDeParameters.
|
LazyString |
LazyObject for storing a value of String.
|
LazyStruct |
LazyObject for storing a struct.
|
LazyTimestamp |
LazyTimestamp.
|
LazyUnion |
LazyObject for storing a union.
|
LazyUtils |
LazyUtils.
|
LazyVoid | |
TestLazyArrayMapStruct |
Tests LazyArray, LazyMap, LazyStruct and LazyUnion
|
TestLazyPrimitive |
TestLazyPrimitive.
|
TestLazySimpleSerDe |
TestLazySimpleSerDe.
|
Copyright © 2012 The Apache Software Foundation