|
PostgreSQL Source Code git master
|
#include <execnodes.h>
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 2637 of file execnodes.h.
| struct binaryheap* GatherMergeState::gm_heap |
Definition at line 2656 of file execnodes.h.
| bool GatherMergeState::gm_initialized |
Definition at line 2641 of file execnodes.h.
Referenced by ExecReScanGatherMerge().
| int GatherMergeState::gm_nkeys |
Definition at line 2646 of file execnodes.h.
Referenced by heap_compare_slots().
| TupleTableSlot** GatherMergeState::gm_slots |
Definition at line 2653 of file execnodes.h.
Referenced by heap_compare_slots().
| SortSupport GatherMergeState::gm_sortkeys |
Definition at line 2647 of file execnodes.h.
Referenced by heap_compare_slots().
| struct GMReaderTupleBuffer* GatherMergeState::gm_tuple_buffers |
Definition at line 2655 of file execnodes.h.
| bool GatherMergeState::initialized |
Definition at line 2640 of file execnodes.h.
Referenced by ExecGatherMerge(), and ExecReScanGatherMerge().
| bool GatherMergeState::need_to_scan_locally |
Definition at line 2642 of file execnodes.h.
Referenced by ExecGatherMerge().
| int GatherMergeState::nreaders |
Definition at line 2652 of file execnodes.h.
Referenced by ExecGatherMerge().
| int GatherMergeState::nworkers_launched |
Definition at line 2651 of file execnodes.h.
Referenced by ExecGatherMerge().
| struct ParallelExecutorInfo* GatherMergeState::pei |
Definition at line 2648 of file execnodes.h.
Referenced by ExecGatherMerge(), ExecShutdownGatherMerge(), and ExecShutdownGatherMergeWorkers().
| PlanState GatherMergeState::ps |
Definition at line 2639 of file execnodes.h.
Referenced by ExecGatherMerge(), and ExecReScanGatherMerge().
| struct TupleQueueReader** GatherMergeState::reader |
Definition at line 2654 of file execnodes.h.
Referenced by ExecGatherMerge(), and ExecShutdownGatherMergeWorkers().
| TupleDesc GatherMergeState::tupDesc |
Definition at line 2645 of file execnodes.h.
| int64 GatherMergeState::tuples_needed |
Definition at line 2643 of file execnodes.h.
Referenced by ExecGatherMerge(), and ExecSetTupleBound().