|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyPrimitive | |
---|---|
org.apache.hadoop.hive.serde2.lazy |
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<?,?> |
LazyFactory.createLazyPrimitiveClass(PrimitiveObjectInspector oi)
Create a lazy primitive class given the type name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |