| Package | Description |
|---|---|
| org.apache.flink.table.runtime.util.collections.binary |
| Class and Description |
|---|
| AbstractBytesHashMap
Bytes based hash map.
|
| AbstractBytesMultiMap
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. |
| BytesMap
Base class for
BytesHashMap and BytesMultiMap. |
| BytesMap.LookupInfo
Result fetched when looking up a key.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.