PostgreSQL Source Code  git master
HashState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
HashJoinTable hashtable
 
ExprStatehash_expr
 
FmgrInfoskew_hashfunction
 
Oid skew_collation
 
SharedHashInfoshared_info
 
HashInstrumentationhinstrument
 
struct ParallelHashJoinStateparallel_state
 

Detailed Description

Definition at line 2779 of file execnodes.h.

Field Documentation

◆ hash_expr

ExprState* HashState::hash_expr

◆ hashtable

◆ hinstrument

HashInstrumentation* HashState::hinstrument

◆ parallel_state

struct ParallelHashJoinState* HashState::parallel_state

◆ ps

◆ shared_info

SharedHashInfo* HashState::shared_info

◆ skew_collation

Oid HashState::skew_collation

Definition at line 2786 of file execnodes.h.

Referenced by ExecHashBuildSkewHash(), and ExecInitHashJoin().

◆ skew_hashfunction

FmgrInfo* HashState::skew_hashfunction

Definition at line 2785 of file execnodes.h.

Referenced by ExecHashBuildSkewHash(), and ExecInitHashJoin().


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