|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyPrimitive | |
---|---|
org.apache.hadoop.hive.serde2.lazy | |
org.apache.hadoop.hive.serde2.lazydio |
Uses of LazyPrimitive in org.apache.hadoop.hive.serde2.lazy |
---|
Subclasses of LazyPrimitive in org.apache.hadoop.hive.serde2.lazy | |
---|---|
class |
LazyBinary
|
class |
LazyBoolean
LazyObject for storing a value of boolean. |
class |
LazyByte
LazyObject for storing a value of Byte. |
class |
LazyDouble
LazyObject for storing a value of Double. |
class |
LazyFloat
LazyObject for storing a value of Double. |
class |
LazyInteger
LazyObject for storing a value of Integer. |
class |
LazyLong
LazyObject for storing a value of Long. |
class |
LazyShort
LazyObject for storing a value of Short. |
class |
LazyString
LazyObject for storing a value of String. |
class |
LazyTimestamp
LazyTimestamp. |
Methods in org.apache.hadoop.hive.serde2.lazy that return LazyPrimitive | |
---|---|
static LazyPrimitive<? extends ObjectInspector,? extends org.apache.hadoop.io.Writable> |
LazyFactory.createLazyPrimitiveBinaryClass(PrimitiveObjectInspector poi)
|
static LazyPrimitive<? extends ObjectInspector,? extends org.apache.hadoop.io.Writable> |
LazyFactory.createLazyPrimitiveClass(PrimitiveObjectInspector oi)
Create a lazy primitive class given the type name. |
static LazyPrimitive<? extends ObjectInspector,? extends org.apache.hadoop.io.Writable> |
LazyFactory.createLazyPrimitiveClass(PrimitiveObjectInspector poi,
boolean typeBinary)
Create a lazy primitive object instance given a primitive object inspector based on it's type. |
Constructors in org.apache.hadoop.hive.serde2.lazy with parameters of type LazyPrimitive | |
---|---|
LazyPrimitive(LazyPrimitive<OI,T> copy)
|
Uses of LazyPrimitive in org.apache.hadoop.hive.serde2.lazydio |
---|
Subclasses of LazyPrimitive in org.apache.hadoop.hive.serde2.lazydio | |
---|---|
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |