|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2815 of file execnodes.h.
| ExprState* HashState::hash_expr |
Definition at line 2819 of file execnodes.h.
Referenced by ExecInitHash(), ExecInitHashJoin(), MultiExecParallelHash(), and MultiExecPrivateHash().
| HashJoinTable HashState::hashtable |
Definition at line 2818 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHash(), ExecReScanHashJoin(), ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
| HashInstrumentation* HashState::hinstrument |
Definition at line 2837 of file execnodes.h.
Referenced by ExecHashInitializeWorker(), ExecReScanHashJoin(), ExecShutdownHash(), and show_hash_info().
| struct ParallelHashJoinState* HashState::parallel_state |
Definition at line 2840 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinInitializeDSM(), ExecHashJoinInitializeWorker(), and MultiExecHash().
| PlanState HashState::ps |
Definition at line 2817 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 2830 of file execnodes.h.
Referenced by ExecHashInitializeDSM(), ExecHashRetrieveInstrumentation(), and show_hash_info().
| Oid HashState::skew_collation |
Definition at line 2822 of file execnodes.h.
Referenced by ExecHashBuildSkewHash(), and ExecInitHashJoin().
| FmgrInfo* HashState::skew_hashfunction |
Definition at line 2821 of file execnodes.h.
Referenced by ExecHashBuildSkewHash(), and ExecInitHashJoin().