Uses of Class
org.apache.flink.table.runtime.util.collections.binary.BytesMap.LookupInfo
-
Packages that use BytesMap.LookupInfo Package Description org.apache.flink.table.runtime.util.collections.binary -
-
Uses of BytesMap.LookupInfo in org.apache.flink.table.runtime.util.collections.binary
Methods in org.apache.flink.table.runtime.util.collections.binary that return BytesMap.LookupInfo Modifier and Type Method Description BytesMap.LookupInfo<K,V>BytesMap. lookup(K key)Methods in org.apache.flink.table.runtime.util.collections.binary with parameters of type BytesMap.LookupInfo Modifier and Type Method Description org.apache.flink.table.data.binary.BinaryRowDataAbstractBytesHashMap. append(BytesMap.LookupInfo<K,org.apache.flink.table.data.binary.BinaryRowData> lookupInfo, org.apache.flink.table.data.binary.BinaryRowData value)Append an value into the hash map's record area.voidAbstractBytesMultiMap. append(BytesMap.LookupInfo<K,Iterator<org.apache.flink.table.data.RowData>> lookupInfo, org.apache.flink.table.data.binary.BinaryRowData value)Append an value into the hash map's record area.
-