|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LazyBinaryObject | |
---|---|
org.apache.hadoop.hive.serde2.lazybinary |
Uses of LazyBinaryObject in org.apache.hadoop.hive.serde2.lazybinary |
---|
Subclasses of LazyBinaryObject in org.apache.hadoop.hive.serde2.lazybinary | |
---|---|
class |
LazyBinaryArray
LazyBinaryArray is serialized as follows: start A b b b b b b end bytes[] -> |--------|---|---|---|---| ... |
class |
LazyBinaryBoolean
LazyBinaryObject for boolean which takes one byte |
class |
LazyBinaryByte
LazyBinaryObject for byte which takes one byte |
class |
LazyBinaryDouble
LazyBinaryObject for double which takes eight bytes |
class |
LazyBinaryFloat
LazyBinaryObject for float which takes four bytes. |
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>
|
class |
LazyBinaryPrimitive<OI extends ObjectInspector,T extends 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[] -> |-----|---------|--- ... |
Methods in org.apache.hadoop.hive.serde2.lazybinary that return LazyBinaryObject | |
---|---|
static LazyBinaryObject |
LazyBinaryFactory.createLazyBinaryObject(ObjectInspector oi)
Create a hierarchical LazyBinaryObject based on the given typeInfo. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |