Package | Description |
---|---|
org.apache.paimon.data |
Modifier and Type | Class and Description |
---|---|
class |
BinaryArray
A binary implementation of
InternalArray which is backed by MemorySegment s. |
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
MemorySegment s. |
class |
NestedRow
Its memory storage structure is exactly the same with
BinaryRow . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.