Uses of Class
org.apache.flink.table.runtime.util.collections.binary.BytesMap
-
Packages that use BytesMap Package Description org.apache.flink.table.runtime.util.collections.binary -
-
Uses of BytesMap in org.apache.flink.table.runtime.util.collections.binary
Subclasses of BytesMap in org.apache.flink.table.runtime.util.collections.binary Modifier and Type Class Description class
AbstractBytesHashMap<K>
Bytes based hash map.class
AbstractBytesMultiMap<K>
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.class
BytesHashMap
A binary map in the structure likeMap<BinaryRowData, BinaryRowData>
.class
BytesMultiMap
A binary map in the structure likeMap<BinaryRowData, List<BinaryRowData>>
.class
WindowBytesHashMap
A binary map in the structure likeMap<WindowKey, BinaryRowData>
.class
WindowBytesMultiMap
A binary map in the structure likeMap<WindowKey, List<BinaryRowData>>
.
-