Uses of Class
org.apache.flink.table.runtime.util.collections.binary.BytesMap.LookupInfo
Packages that use BytesMap.LookupInfo
-
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.LookupInfoMethods in org.apache.flink.table.runtime.util.collections.binary with parameters of type BytesMap.LookupInfoModifier and TypeMethodDescriptionorg.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.