Uses of Class
org.apache.flink.table.runtime.hashtable.BinaryHashPartition
-
Packages that use BinaryHashPartition Package Description org.apache.flink.table.runtime.hashtable -
-
Uses of BinaryHashPartition in org.apache.flink.table.runtime.hashtable
Methods in org.apache.flink.table.runtime.hashtable that return types with arguments of type BinaryHashPartition Modifier and Type Method Description List<BinaryHashPartition>
BinaryHashTable. getPartitionsPendingForSMJ()
Methods in org.apache.flink.table.runtime.hashtable with parameters of type BinaryHashPartition Modifier and Type Method Description RowIterator
BinaryHashTable. getSpilledPartitionBuildSideIter(BinaryHashPartition p)
ProbeIterator
BinaryHashTable. getSpilledPartitionProbeSideIter(BinaryHashPartition p)
void
LookupBucketIterator. set(org.apache.flink.core.memory.MemorySegment bucket, org.apache.flink.core.memory.MemorySegment[] overflowSegments, BinaryHashPartition partition, int searchHashCode, int bucketInSegmentOffset)
void
BinaryHashBucketArea. setPartition(BinaryHashPartition partition)
-