| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.util.collections.binary |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BytesMultiMap
A binary map in the structure like
Map<BinaryRowData, List<BinaryRowData>>. |
class |
WindowBytesMultiMap
A binary map in the structure like
Map<WindowKey, List<BinaryRowData>>. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.