PostgreSQL Source Code  git master
HashJoinTupleData Struct Reference

#include <hashjoin.h>

Data Fields

union {
   struct HashJoinTupleData *   unshared
 
   dsa_pointer   shared
 
next
 
uint32 hashvalue
 

Detailed Description

Definition at line 78 of file hashjoin.h.

Field Documentation

◆ hashvalue

◆ 

◆ shared

dsa_pointer HashJoinTupleData::shared

Definition at line 84 of file hashjoin.h.

Referenced by ExecParallelHashNextTuple(), and ExecParallelHashPushTuple().

◆ unshared


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