PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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

uint32 HashJoinTupleData::hashvalue

Definition at line 86 of file hashjoin.h.

◆ [union]

◆ 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: