Uses of Class
org.apache.flink.table.runtime.hashtable.LongHashPartition
-
Packages that use LongHashPartition Package Description org.apache.flink.table.runtime.hashtable -
-
Uses of LongHashPartition in org.apache.flink.table.runtime.hashtable
Methods in org.apache.flink.table.runtime.hashtable that return types with arguments of type LongHashPartition Modifier and Type Method Description List<LongHashPartition>LongHybridHashTable. getPartitionsPendingForSMJ()Methods in org.apache.flink.table.runtime.hashtable with parameters of type LongHashPartition Modifier and Type Method Description RowIteratorLongHybridHashTable. getSpilledPartitionBuildSideIter(LongHashPartition p)ProbeIteratorLongHybridHashTable. getSpilledPartitionProbeSideIter(LongHashPartition p)
-