| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.columnar | |
| org.apache.hadoop.hive.serde2.lazy | |
| org.apache.hadoop.hive.serde2.lazybinary | |
| org.apache.hadoop.hive.serde2.lazydio |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
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 |
LazyHiveChar
LazyObject for storing a value of HiveChar.
|
class |
LazyHiveDecimal |
class |
LazyHiveIntervalDayTime |
class |
LazyHiveIntervalYearMonth |
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 org.apache.hadoop.io.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 |
LazyTimestampLocalTZ
LazyPrimitive for TimestampLocalTZ.
|
class |
LazyUnion
LazyObject for storing a union.
|
class |
LazyVoid |
| Modifier and Type | Method and Description |
|---|---|
protected LazyObjectBase |
LazyStruct.createLazyField(int fieldID,
StructField fieldRef) |
protected LazyObjectBase[] |
LazyStruct.getFields() |
| Modifier and Type | Class and Description |
|---|---|
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 |
LazyBinaryHiveChar |
class |
LazyBinaryHiveDecimal |
class |
LazyBinaryHiveIntervalDayTime
LazyBinaryHiveIntervalDayTime
A LazyBinaryObject that encodes a HiveIntervalDayTime
|
class |
LazyBinaryHiveIntervalYearMonth
LazyBinaryHiveIntervalYearMonth
A LazyBinaryObject that encodes a HiveIntervalYearMonth
|
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 org.apache.hadoop.io.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 |
LazyBinaryTimestampLocalTZ |
class |
LazyBinaryUnion
LazyBinaryUnion is serialized as follows: start TAG FIELD end bytes[] ->
|-----|---------|--- ...
|
class |
LazyBinaryVoid
LazyBinaryVoid for NULL which is a placeholder class and it does not need to store any data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LazyDioBinary |
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 |
LazyDioHiveDecimal |
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 © 2022 The Apache Software Foundation. All rights reserved.