| Interface | Description |
|---|---|
| BinaryFormat |
Binary format spanning
MemorySegments. |
| NullAwareGetters |
Provides null related getters.
|
| TypedSetters |
Provide type specialized setters to reduce if/else and eliminate box and unbox.
|
| Class | Description |
|---|---|
| BinaryArrayData |
A binary implementation of
ArrayData which is backed by MemorySegments. |
| BinaryMapData |
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
| BinaryRawValueData<T> |
A lazily binary implementation of
RawValueData which is backed by MemorySegments
and generic Object. |
| BinaryRowData |
An implementation of
RowData which is backed by MemorySegment instead of Object. |
| BinarySection |
A basic implementation of
BinaryFormat which describe a section of memory. |
| BinarySegmentUtils |
Utilities for binary data segments which heavily uses
MemorySegment. |
| BinaryStringData | |
| LazyBinaryFormat<T> |
An abstract implementation fo
BinaryFormat which is lazily serialized into binary or
lazily deserialized into Java object. |
| NestedRowData |
Its memory storage structure is exactly the same with
BinaryRowData. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.