PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
PlanState | ps |
HashJoinTable | hashtable |
List * | hashkeys |
SharedHashInfo * | shared_info |
HashInstrumentation * | hinstrument |
struct ParallelHashJoinState * | parallel_state |
Definition at line 2659 of file execnodes.h.
List* HashState::hashkeys |
Definition at line 2663 of file execnodes.h.
Referenced by ExecInitHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
HashJoinTable HashState::hashtable |
Definition at line 2662 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHash(), ExecReScanHashJoin(), ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
HashInstrumentation* HashState::hinstrument |
Definition at line 2678 of file execnodes.h.
Referenced by ExecHashInitializeWorker(), ExecReScanHashJoin(), ExecShutdownHash(), and show_hash_info().
struct ParallelHashJoinState* HashState::parallel_state |
Definition at line 2681 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinInitializeDSM(), ExecHashJoinInitializeWorker(), and MultiExecHash().
PlanState HashState::ps |
Definition at line 2661 of file execnodes.h.
Referenced by ExecHashEstimate(), ExecHashInitializeDSM(), ExecHashInitializeWorker(), ExecHashJoinImpl(), ExecInitHash(), ExecInitHashJoin(), ExecReScanHashJoin(), ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
SharedHashInfo* HashState::shared_info |
Definition at line 2671 of file execnodes.h.
Referenced by ExecHashInitializeDSM(), ExecHashRetrieveInstrumentation(), and show_hash_info().