|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| PlanState | ps |
| bool | initialized |
| bool | need_to_scan_locally |
| int64 | tuples_needed |
| TupleTableSlot * | funnel_slot |
| struct ParallelExecutorInfo * | pei |
| int | nworkers_launched |
| int | nreaders |
| int | nextreader |
| struct TupleQueueReader ** | reader |
Definition at line 2742 of file execnodes.h.
| TupleTableSlot* GatherState::funnel_slot |
Definition at line 2749 of file execnodes.h.
Referenced by ExecInitGather(), and gather_getnext().
| bool GatherState::initialized |
Definition at line 2745 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), and ExecReScanGather().
| bool GatherState::need_to_scan_locally |
Definition at line 2746 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), gather_getnext(), and gather_readnext().
| int GatherState::nextreader |
Definition at line 2754 of file execnodes.h.
Referenced by ExecGather(), and gather_readnext().
| int GatherState::nreaders |
Definition at line 2753 of file execnodes.h.
Referenced by ExecGather(), gather_getnext(), and gather_readnext().
| int GatherState::nworkers_launched |
Definition at line 2752 of file execnodes.h.
Referenced by ExecGather().
| struct ParallelExecutorInfo* GatherState::pei |
Definition at line 2750 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGather(), ExecShutdownGatherWorkers(), and gather_getnext().
| PlanState GatherState::ps |
Definition at line 2744 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), ExecReScanGather(), and gather_getnext().
| struct TupleQueueReader** GatherState::reader |
Definition at line 2755 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGatherWorkers(), and gather_readnext().
| int64 GatherState::tuples_needed |
Definition at line 2747 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), and ExecSetTupleBound().