|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2679 of file execnodes.h.
| ExprState* HashState::hash_expr |
Definition at line 2683 of file execnodes.h.
Referenced by MultiExecParallelHash(), and MultiExecPrivateHash().
| HashJoinTable HashState::hashtable |
Definition at line 2682 of file execnodes.h.
Referenced by ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
| HashInstrumentation* HashState::hinstrument |
Definition at line 2701 of file execnodes.h.
Referenced by ExecHashInitializeWorker(), and ExecShutdownHash().
| struct ParallelHashJoinState* HashState::parallel_state |
Definition at line 2704 of file execnodes.h.
Referenced by MultiExecHash().
| PlanState HashState::ps |
Definition at line 2681 of file execnodes.h.
Referenced by ExecHashEstimate(), ExecHashInitializeDSM(), ExecHashInitializeWorker(), ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
| SharedHashInfo* HashState::shared_info |
Definition at line 2694 of file execnodes.h.
Referenced by ExecHashInitializeDSM(), and ExecHashRetrieveInstrumentation().
| Oid HashState::skew_collation |
Definition at line 2686 of file execnodes.h.
| FmgrInfo* HashState::skew_hashfunction |
Definition at line 2685 of file execnodes.h.