PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2790 of file execnodes.h.
ExprState* HashState::hash_expr |
Definition at line 2794 of file execnodes.h.
Referenced by ExecInitHash(), ExecInitHashJoin(), MultiExecParallelHash(), and MultiExecPrivateHash().
HashJoinTable HashState::hashtable |
Definition at line 2793 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecInitHash(), ExecReScanHashJoin(), ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
HashInstrumentation* HashState::hinstrument |
Definition at line 2812 of file execnodes.h.
Referenced by ExecHashInitializeWorker(), ExecReScanHashJoin(), ExecShutdownHash(), and show_hash_info().
struct ParallelHashJoinState* HashState::parallel_state |
Definition at line 2815 of file execnodes.h.
Referenced by ExecHashJoinImpl(), ExecHashJoinInitializeDSM(), ExecHashJoinInitializeWorker(), and MultiExecHash().
PlanState HashState::ps |
Definition at line 2792 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 2805 of file execnodes.h.
Referenced by ExecHashInitializeDSM(), ExecHashRetrieveInstrumentation(), and show_hash_info().
Oid HashState::skew_collation |
Definition at line 2797 of file execnodes.h.
Referenced by ExecHashBuildSkewHash(), and ExecInitHashJoin().
FmgrInfo* HashState::skew_hashfunction |
Definition at line 2796 of file execnodes.h.
Referenced by ExecHashBuildSkewHash(), and ExecInitHashJoin().