| Package | Description |
|---|---|
| org.apache.flink.table.runtime.util.collections.binary |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytesHashMap<K>
Bytes based hash map.
|
class |
AbstractBytesMultiMap<K>
A binary map in the structure like
Map<K, List<V>>, where there are multiple values under
a single key, and they are all bytes based. |
class |
BytesHashMap
A binary map in the structure like
Map<BinaryRowData, BinaryRowData>. |
class |
BytesMultiMap
A binary map in the structure like
Map<BinaryRowData, List<BinaryRowData>>. |
class |
WindowBytesHashMap
A binary map in the structure like
Map<WindowKey, BinaryRowData>. |
class |
WindowBytesMultiMap
A binary map in the structure like
Map<WindowKey, List<BinaryRowData>>. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.