PostgreSQL Source Code  git master
HashState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
HashJoinTable hashtable
 
Listhashkeys
 
SharedHashInfoshared_info
 
HashInstrumentationhinstrument
 
struct ParallelHashJoinStateparallel_state
 

Detailed Description

Definition at line 2738 of file execnodes.h.

Field Documentation

◆ hashkeys

List* HashState::hashkeys

Definition at line 2742 of file execnodes.h.

Referenced by ExecInitHash(), MultiExecParallelHash(), and MultiExecPrivateHash().

◆ hashtable

◆ hinstrument

HashInstrumentation* HashState::hinstrument

◆ parallel_state

struct ParallelHashJoinState* HashState::parallel_state

◆ ps

◆ shared_info

SharedHashInfo* HashState::shared_info

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