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