| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.data.binary |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BinaryArrayData
A binary implementation of
ArrayData which is backed by MemorySegments. |
class |
BinaryMapData
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
class |
BinaryRawValueData<T>
A lazily binary implementation of
RawValueData which is backed by MemorySegments
and generic Object. |
class |
BinaryRowData
An implementation of
RowData which is backed by MemorySegment instead of Object. |
class |
BinarySection
A basic implementation of
BinaryFormat which describe a section of memory. |
class |
BinaryStringData
|
class |
LazyBinaryFormat<T>
An abstract implementation fo
BinaryFormat which is lazily serialized into binary or
lazily deserialized into Java object. |
class |
NestedRowData
Its memory storage structure is exactly the same with
BinaryRowData. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.