| Package | Description |
|---|---|
| org.apache.flink.table.data.binary | |
| org.apache.flink.table.data.columnar |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryArrayData
A binary implementation of
ArrayData which is backed by MemorySegments. |
class |
BinaryRowData
An implementation of
RowData which is backed by MemorySegment instead of Object. |
class |
NestedRowData
Its memory storage structure is exactly the same with
BinaryRowData. |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnarArrayData
Columnar array to support access to vector column data.
|
class |
ColumnarRowData
Columnar row to support access to vector column data.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.