| 程序包 | 说明 |
|---|---|
| org.apache.paimon.data |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BinaryArray
A binary implementation of
InternalArray which is backed by MemorySegments. |
class |
BinaryMap
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
class |
BinaryRow
An implementation of
InternalRow which is backed by MemorySegment instead of
Object. |
class |
BinaryString
A string which is backed by
MemorySegments. |
class |
NestedRow
Its memory storage structure is exactly the same with
BinaryRow. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.