PostgreSQL Source Code  git master
ParallelHashJoinBatch Struct Reference

#include <hashjoin.h>

Data Fields

dsa_pointer buckets
 
Barrier batch_barrier
 
dsa_pointer chunks
 
size_t size
 
size_t estimated_size
 
size_t ntuples
 
size_t old_ntuples
 
bool space_exhausted
 
bool skip_unmatched
 

Detailed Description

Definition at line 162 of file hashjoin.h.

Field Documentation

◆ batch_barrier

◆ buckets

◆ chunks

◆ estimated_size

size_t ParallelHashJoinBatch::estimated_size

◆ ntuples

size_t ParallelHashJoinBatch::ntuples

◆ old_ntuples

size_t ParallelHashJoinBatch::old_ntuples

◆ size

◆ skip_unmatched

bool ParallelHashJoinBatch::skip_unmatched

Definition at line 173 of file hashjoin.h.

Referenced by ExecHashTableDetachBatch(), and ExecParallelPrepHashTableForUnmatched().

◆ space_exhausted

bool ParallelHashJoinBatch::space_exhausted

The documentation for this struct was generated from the following file: