| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.data.binary |
| 类和说明 |
|---|
| BinaryArrayData
A binary implementation of
ArrayData which is backed by MemorySegments. |
| BinaryFormat
Binary format spanning
MemorySegments. |
| BinaryMapData
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
| BinaryRawValueData
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. |
| BinaryStringData |
| LazyBinaryFormat
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. |
| TypedSetters
Provide type specialized setters to reduce if/else and eliminate box and unbox.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.