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