Uses of Package
org.apache.flink.table.runtime.util.collections.binary
-
Packages that use org.apache.flink.table.runtime.util.collections.binary Package Description 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.binary Class Description AbstractBytesHashMap Bytes based hash map.AbstractBytesMultiMap A binary map in the structure likeMap<K, List<V>>, where there are multiple values under a single key, and they are all bytes based.BytesMap Base class forBytesHashMapandBytesMultiMap.BytesMap.LookupInfo Result fetched when looking up a key.