| Class and Description |
|---|
| LazyBinaryStruct
LazyBinaryStruct is serialized as follows: start A B A B A B end bytes[] ->
|-----|---------|--- ...
|
| Class and Description |
|---|
| LazyBinaryUtils.VInt
A zero-compressed encoded integer.
|
| LazyBinaryUtils.VLong
A zero-compressed encoded long.
|
| Class and Description |
|---|
| LazyBinaryUnion
LazyBinaryUnion is serialized as follows: start TAG FIELD end bytes[] ->
|-----|---------|--- ...
|
| Class and Description |
|---|
| LazyBinaryBoolean
LazyBinaryObject for boolean which takes one byte
|
| LazyBinaryNonPrimitive
LazyBinaryNonPrimitive.
|
| LazyBinaryObject
LazyBinaryObject stores an object in a binary format in a byte[].
|
| LazyBinaryPrimitive
Defines a LazyBinaryPrimitive.
|
| LazyBinarySerDe
The LazyBinarySerDe class combines the lazy property of LazySimpleSerDe class
and the binary property of BinarySortable class.
|
| LazyBinarySerDe.BooleanRef |
| 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.
|
| LazyBinaryUtils.RecordInfo
Record is the unit that data is serialized in.
|
| LazyBinaryUtils.VInt
A zero-compressed encoded integer.
|
| LazyBinaryUtils.VLong
A zero-compressed encoded long.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.