Uses of Package
org.apache.flink.table.runtime.util.collections.binary
Packages that use org.apache.flink.table.runtime.util.collections.binary
-
Classes in org.apache.flink.table.runtime.util.collections.binary used by org.apache.flink.table.runtime.util.collections.binaryClassDescriptionBytes 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.Base class forBytesHashMapandBytesMultiMap.Result fetched when looking up a key.