Uses of Class
org.apache.flink.table.runtime.util.collections.binary.BytesMap
Packages that use BytesMap
-
Uses of BytesMap in org.apache.flink.table.runtime.util.collections.binary
Subclasses of BytesMap in org.apache.flink.table.runtime.util.collections.binaryModifier and TypeClassDescriptionclassBytes based hash map.classA binary map in the structure likeMap<K, List<V>>, where there are multiple values under a single key, and they are all bytes based.final classA binary map in the structure likeMap<BinaryRowData, BinaryRowData>.final classA binary map in the structure likeMap<BinaryRowData, List<BinaryRowData>>.final classA binary map in the structure likeMap<WindowKey, BinaryRowData>.final classA binary map in the structure likeMap<WindowKey, List<BinaryRowData>>.