| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.lazy | |
| org.apache.hadoop.hive.serde2.lazydio |
| 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 |
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 |
|---|---|
static LazyObject<? extends ObjectInspector> |
LazyFactory.createLazyObject(ObjectInspector oi)
Create a hierarchical LazyObject based on the given typeInfo.
|
static LazyObject<? extends ObjectInspector> |
LazyFactory.createLazyObject(ObjectInspector oi,
boolean typeBinary)
Creates a LazyObject based on the LazyObjectInspector.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LazyStruct.setFields(LazyObject[] fields) |
| 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.