|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2663 of file execnodes.h.
| ExprState* HashState::hash_expr |
Definition at line 2667 of file execnodes.h.
Referenced by MultiExecParallelHash(), and MultiExecPrivateHash().
| HashJoinTable HashState::hashtable |
Definition at line 2666 of file execnodes.h.
Referenced by ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
| HashInstrumentation* HashState::hinstrument |
Definition at line 2688 of file execnodes.h.
Referenced by ExecHashInitializeWorker(), and ExecShutdownHash().
| bool HashState::keep_null_tuples |
Definition at line 2673 of file execnodes.h.
Referenced by MultiExecParallelHash(), and MultiExecPrivateHash().
| Tuplestorestate* HashState::null_tuple_store |
Definition at line 2672 of file execnodes.h.
Referenced by MultiExecParallelHash(), and MultiExecPrivateHash().
| struct ParallelHashJoinState* HashState::parallel_state |
Definition at line 2691 of file execnodes.h.
Referenced by MultiExecHash().
| PlanState HashState::ps |
Definition at line 2665 of file execnodes.h.
Referenced by ExecHashEstimate(), ExecHashInitializeDSM(), ExecHashInitializeWorker(), ExecShutdownHash(), MultiExecHash(), MultiExecParallelHash(), and MultiExecPrivateHash().
| SharedHashInfo* HashState::shared_info |
Definition at line 2681 of file execnodes.h.
Referenced by ExecHashInitializeDSM(), and ExecHashRetrieveInstrumentation().
| Oid HashState::skew_collation |
Definition at line 2670 of file execnodes.h.
| FmgrInfo* HashState::skew_hashfunction |
Definition at line 2669 of file execnodes.h.