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.MatchIteratorLongHashPartition. get(long key, int hashCode)Returns an iterator for all the values for the given key, or null if no value found.LongHashPartition.MatchIteratorLongHybridHashTable. getBuildSideIterator()
-