Uses of Class
org.apache.flink.table.runtime.hashtable.LongHashPartition.MatchIterator
-
Packages that use LongHashPartition.MatchIterator Package Description org.apache.flink.table.runtime.hashtable -
-
Uses of LongHashPartition.MatchIterator in org.apache.flink.table.runtime.hashtable
Methods in org.apache.flink.table.runtime.hashtable that return LongHashPartition.MatchIterator Modifier and Type Method Description LongHashPartition.MatchIterator
LongHashPartition. get(long key, int hashCode)
Returns an iterator for all the values for the given key, or null if no value found.LongHashPartition.MatchIterator
LongHybridHashTable. getBuildSideIterator()
-