PostgreSQL Source Code: ParallelHashJoinBatch Struct Reference (original) (raw)

#include <[hashjoin.h](hashjoin%5F8h%5Fsource.html)>

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

Field Documentation

batch_barrier

Barrier ParallelHashJoinBatch::batch_barrier

buckets

chunks

estimated_size

size_t ParallelHashJoinBatch::estimated_size

ntuples

size_t ParallelHashJoinBatch::ntuples

old_ntuples

size_t ParallelHashJoinBatch::old_ntuples

size

size_t ParallelHashJoinBatch::size

skip_unmatched

bool ParallelHashJoinBatch::skip_unmatched

space_exhausted

bool ParallelHashJoinBatch::space_exhausted


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