| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.data | |
| org.apache.flink.table.data.binary | |
| org.apache.flink.table.data.utils |
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenericMapData
An internal data structure representing data of
MapType or MultisetType. |
| 限定符和类型 | 方法和说明 |
|---|---|
MapData |
RowData.getMap(int pos)
Returns the map value at the given position.
|
MapData |
GenericRowData.getMap(int pos) |
MapData |
GenericArrayData.getMap(int pos) |
MapData |
ArrayData.getMap(int pos)
Returns the map value at the given position.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BinaryMapData
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
| 限定符和类型 | 方法和说明 |
|---|---|
MapData |
NestedRowData.getMap(int pos) |
MapData |
BinaryArrayData.getMap(int pos) |
MapData |
BinaryRowData.getMap(int pos) |
static MapData |
BinarySegmentUtils.readMapData(org.apache.flink.core.memory.MemorySegment[] segments,
int baseOffset,
long offsetAndSize)
Gets an instance of
MapData from underlying MemorySegment. |
| 限定符和类型 | 方法和说明 |
|---|---|
MapData |
JoinedRowData.getMap(int pos) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.