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

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

Data Fields
PlanState ps
HashJoinTable hashtable
ExprState * hash_expr
FmgrInfo * skew_hashfunction
Oid skew_collation
SharedHashInfo * shared_info
HashInstrumentation * hinstrument
struct ParallelHashJoinState * parallel_state

Detailed Description

Field Documentation

hash_expr

hashtable

hinstrument

parallel_state

ps

Definition at line 2811 of file execnodes.h.

Referenced by ExecHashEstimate(), ExecHashInitializeDSM(), ExecHashInitializeWorker(), ExecHashJoinImpl(), ExecInitHash(), ExecInitHashJoin(), ExecReScanHashJoin(), ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().

shared_info

skew_collation

Oid HashState::skew_collation

skew_hashfunction


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