PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2774 of file execnodes.h.
ExprState* HashState::hash_expr |
Definition at line 2778 of file execnodes.h.
Referenced by ExecInitHash(), ExecInitHashJoin(), MultiExecParallelHash(), and MultiExecPrivateHash().
HashJoinTable HashState::hashtable |
Definition at line 2777 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHash(), ExecReScanHashJoin(), ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
HashInstrumentation* HashState::hinstrument |
Definition at line 2796 of file execnodes.h.
Referenced by ExecHashInitializeWorker(), ExecReScanHashJoin(), ExecShutdownHash(), and show_hash_info().
struct ParallelHashJoinState* HashState::parallel_state |
Definition at line 2799 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinInitializeDSM(), ExecHashJoinInitializeWorker(), and MultiExecHash().
PlanState HashState::ps |
Definition at line 2776 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 2789 of file execnodes.h.
Referenced by ExecHashInitializeDSM(), ExecHashRetrieveInstrumentation(), and show_hash_info().
Oid HashState::skew_collation |
Definition at line 2781 of file execnodes.h.
Referenced by ExecHashBuildSkewHash(), and ExecInitHashJoin().
FmgrInfo* HashState::skew_hashfunction |
Definition at line 2780 of file execnodes.h.
Referenced by ExecHashBuildSkewHash(), and ExecInitHashJoin().