| Name | Description | Type | Package | Framework |
| AbstractPrimitiveLazyObjectInspector | An AbstractPrimitiveLazyObjectInspector for a LazyPrimitive object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| ByteArrayRef | ByteArrayRef stores a reference to a byte array. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyArray | LazyArray stores an array of Lazy Objects. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyBinary | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyBinaryArray | LazyBinaryArray is serialized as follows: start A b b b b b b end bytes | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryBinary | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive | |
| LazyBinaryBoolean | LazyBinaryObject for boolean which takes one byte Part of the code is adapted from Apache Harmony Project. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryByte | LazyBinaryObject for byte which takes one byte. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryDate | A LazyBinaryObject that encodes a java. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryDeserializeRead | Class | org.apache.hadoop.hive.serde2.lazybinary.fast | Apache Hive | |
| LazyBinaryDouble | LazyBinaryObject for double which takes eight bytes. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryFactory | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive | |
| LazyBinaryFloat | LazyBinaryObject for float which takes four bytes. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryHiveChar | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive | |
| LazyBinaryHiveDecimal | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive | |
| LazyBinaryHiveIntervalDayTime | LazyBinaryHiveIntervalDayTime A LazyBinaryObject that encodes a HiveIntervalDayTime | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryHiveIntervalYearMonth | LazyBinaryHiveIntervalYearMonth A LazyBinaryObject that encodes a HiveIntervalYearMonth | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryHiveVarchar | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive | |
| LazyBinaryInteger | LazyBinaryObject for integer which is serialized as VInt. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryListObjectInspector | ObjectInspector for LazyBinaryList. | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
| LazyBinaryLong | LazyBinaryObject for long which stores as VLong. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryMap | LazyBinaryMap is serialized as follows: start A b c b c b c end bytes[] . | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryMapObjectInspector | ObjectInspector for LazyBinaryMap. | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
| LazyBinaryNonPrimitive | LazyBinaryNonPrimitive. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryObject | LazyBinaryObject stores an object in a binary format in a byte[]. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryObjectInspector | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive | |
| LazyBinaryObjectInspectorFactory | ObjectInspectorFactory is the primary way to create new ObjectInspector SerDe classes should call the static functions in this library to create an | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
| LazyBinaryPrimitive | Defines a LazyBinaryPrimitive. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinarySerDe | The LazyBinarySerDe class combines the lazy property of LazySimpleSerDe class and the binary property of BinarySortable class. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinarySerDe .BooleanRef | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe | Apache Hive | |
| LazyBinarySerDe .StringWrapper | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe | Apache Hive | |
| LazyBinarySerializeWrite | Class | org.apache.hadoop.hive.serde2.lazybinary.fast | Apache Hive | |
| LazyBinaryShort | LazyBinaryObject for short which takes two bytes. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryString | The serialization of LazyBinaryString is very simple: start A end bytes[] | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryStruct | LazyBinaryStruct is serialized as follows: start A B A B A B end bytes[] | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryStruct .SingleFieldGetter | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryStruct | Apache Hive | |
| LazyBinaryStructObjectInspector | ObjectInspector for LazyBinaryStruct. | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
| LazyBinaryTimestamp | A LazyBinaryObject that encodes a java. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryUnion | LazyBinaryUnion is serialized as follows: start TAG FIELD end bytes[] | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBinaryUnionObjectInspector | ObjectInspector for LazyBinaryUnion. | Class | org.apache.hadoop.hive.serde2.lazybinary.objectinspector | Apache Hive |
| LazyBinaryUtils | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive | |
| LazyBinaryUtils .RecordInfo | Record is the unit that data is serialized in. | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils | Apache Hive |
| LazyBinaryUtils .VInt | A zero-compressed encoded integer. | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils | Apache Hive |
| LazyBinaryUtils .VLong | A zero-compressed encoded long. | Class | org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils | Apache Hive |
| LazyBinaryVoid | LazyBinaryVoid for NULL which is a placeholder class and it does not need to store any data. | Class | org.apache.hadoop.hive.serde2.lazybinary | Apache Hive |
| LazyBoolean | LazyObject for storing a value of boolean. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyBooleanObjectInspector | A WritableBooleanObjectInspector inspects a BooleanWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazyByte | LazyObject for storing a value of Byte. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyByteObjectInspector | A WritableByteObjectInspector inspects a ByteWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazyDate | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyDateObjectInspector | A WritableDateObjectInspector inspects a DateWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazyDioBoolean | LazyBooleanBinary for storing a boolean value as an BooleanWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
| LazyDioByte | LazyByteBinary for storing a byte value as a ByteWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
| LazyDioDouble | LazyDoubleBinary for storing a double value as a DoubleWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
| LazyDioFloat | LazyFloatBinary for storing a float value as a FloatWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
| LazyDioInteger | LazyIntegerBinary for storing an int value as an IntWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
| LazyDioLong | LazyLongBinary for storing a long value as a LongWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
| LazyDioShort | LazyShortBinary for storing a short value as a ShortWritable. | Class | org.apache.hadoop.hive.serde2.lazydio | Apache Hive |
| LazyDouble | LazyObject for storing a value of Double. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyDoubleObjectInspector | A WritableDoubleObjectInspector inspects a DoubleWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazyFactory | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyFloat | LazyObject for storing a value of Double. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyFloatObjectInspector | A FloatObjectInspector inspects a FloatWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazyHiveChar | LazyObject for storing a value of HiveChar. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyHiveCharObjectInspector | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive | |
| LazyHiveDecimal | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyHiveDecimalObjectInspector | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive | |
| LazyHiveIntervalDayTime | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyHiveIntervalDayTimeObjectInspector | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive | |
| LazyHiveIntervalYearMonth | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyHiveIntervalYearMonthObjectInspector | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive | |
| LazyHiveVarchar | LazyObject for storing a value of HiveVarchar. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyHiveVarcharObjectInspector | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive | |
| LazyInteger | LazyObject for storing a value of Integer. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyIntObjectInspector | A WritableIntObjectInspector inspects a IntWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazyListObjectInspector | LazyListObjectInspector works on array data that is stored in LazyArray. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
| LazyLong | LazyObject for storing a value of Long. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyLongObjectInspector | A WritableLongObjectInspector inspects a LongWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazyMap | LazyMap stores a map of Primitive LazyObjects to LazyObjects. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyMapObjectInspector | LazyMapObjectInspector works on struct data that is stored in LazyStruct. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
| LazyNonPrimitive | LazyPrimitive stores a primitive Object in a LazyObject. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyObject | LazyObject stores an object in a range of bytes in a byte[]. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyObjectBase | Interface | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyObjectInspectorFactory | ObjectInspectorFactory is the primary way to create new ObjectInspector SerDe classes should call the static functions in this library to create an | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
| LazyObjectInspectorParameters | Interface | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive | |
| LazyObjectInspectorParametersImpl | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive | |
| LazyPrimitive | LazyPrimitive stores a primitive Object in a LazyObject. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyPrimitiveObjectInspectorFactory | LazyPrimitiveObjectInspectorFactory is the primary way to create new ObjectInspector instances. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazySerDeParameters | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyShort | LazyObject for storing a value of Short. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyShortObjectInspector | A WritableShortObjectInspector inspects a ShortWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazySimpleDeserializeRead | Class | org.apache.hadoop.hive.serde2.lazy.fast | Apache Hive | |
| LazySimpleSerDe | LazySimpleSerDe can be used to read the same data format as MetadataTypedColumnsetSerDe and TCTLSeparatedProtocol. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazySimpleSerializeWrite | Class | org.apache.hadoop.hive.serde2.lazy.fast | Apache Hive | |
| LazySimpleStructObjectInspector | LazySimpleStructObjectInspector works on struct data that is stored in The names of the struct fields and the internal structure of the struct | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
| LazyString | LazyObject for storing a value of String. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyStringObjectInspector | A WritableStringObjectInspector inspects a Text Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |
| LazyStruct | LazyObject for storing a struct. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyTimestamp | Serializes and deserializes a Timestamp in the JDBC timestamp format YYYY-MM-DD HH:MM:SS. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyTimestampObjectInspector | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive | |
| LazyUnion | LazyObject for storing a union. | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive |
| LazyUnionObjectInspector | LazyUnionObjectInspector works on union data that is stored in LazyUnion. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector | Apache Hive |
| LazyUtils | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyVoid | Class | org.apache.hadoop.hive.serde2.lazy | Apache Hive | |
| LazyVoidObjectInspector | A WritableVoidObjectInspector inspects a NullWritable Object. | Class | org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive | Apache Hive |