Package | Description |
---|---|
org.apache.paimon.data | |
org.apache.paimon.data.columnar |
Modifier and Type | Class and Description |
---|---|
class |
BinaryArray
A binary implementation of
InternalArray which is backed by MemorySegment s. |
class |
BinaryRow
An implementation of
InternalRow which is backed by MemorySegment instead of
Object. |
class |
NestedRow
Its memory storage structure is exactly the same with
BinaryRow . |
Modifier and Type | Class and Description |
---|---|
class |
ColumnarArray
Columnar array to support access to vector column data.
|
class |
ColumnarRow
Columnar row to support access to vector column data.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.