PostgreSQL Source Code: GatherMergeState Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
PlanState | ps |
bool | initialized |
bool | gm_initialized |
bool | need_to_scan_locally |
int64 | tuples_needed |
TupleDesc | tupDesc |
int | gm_nkeys |
SortSupport | gm_sortkeys |
struct ParallelExecutorInfo * | pei |
int | nworkers_launched |
int | nreaders |
TupleTableSlot ** | gm_slots |
struct TupleQueueReader ** | reader |
struct GMReaderTupleBuffer * | gm_tuple_buffers |
struct binaryheap * | gm_heap |
Definition at line 2760 of file execnodes.h.
◆ gm_heap
◆ gm_initialized
bool GatherMergeState::gm_initialized
◆ gm_nkeys
int GatherMergeState::gm_nkeys
◆ gm_slots
◆ gm_sortkeys
◆ gm_tuple_buffers
◆ initialized
bool GatherMergeState::initialized
◆ need_to_scan_locally
bool GatherMergeState::need_to_scan_locally
◆ nreaders
int GatherMergeState::nreaders
◆ nworkers_launched
int GatherMergeState::nworkers_launched
◆ pei
◆ ps
◆ reader
◆ tupDesc
◆ tuples_needed
int64 GatherMergeState::tuples_needed
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h