Package org.apache.flink.table.runtime.util.collections.binary
package org.apache.flink.table.runtime.util.collections.binary
-
ClassesClassDescriptionBytes based hash map.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.A binary map in the structure likeMap<BinaryRowData, BinaryRowData>.BytesMap<K,V> Base class forBytesHashMapandBytesMultiMap.BytesMap.LookupInfo<K,V> Result fetched when looking up a key.A binary map in the structure likeMap<BinaryRowData, List<BinaryRowData>>.A binary map in the structure likeMap<WindowKey, BinaryRowData>.A binary map in the structure likeMap<WindowKey, List<BinaryRowData>>.