| Package | Description |
|---|---|
| org.apache.flink.table.data.binary |
| 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. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.