| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.data.binary |
| 限定符和类型 | 类和说明 |
|---|---|
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.