|
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 2611 of file execnodes.h.
| TupleTableSlot* GatherState::funnel_slot |
Definition at line 2618 of file execnodes.h.
| bool GatherState::initialized |
Definition at line 2614 of file execnodes.h.
Referenced by ExecGather(), and ExecReScanGather().
| bool GatherState::need_to_scan_locally |
Definition at line 2615 of file execnodes.h.
Referenced by ExecGather().
| int GatherState::nextreader |
Definition at line 2623 of file execnodes.h.
Referenced by ExecGather().
| int GatherState::nreaders |
Definition at line 2622 of file execnodes.h.
Referenced by ExecGather().
| int GatherState::nworkers_launched |
Definition at line 2621 of file execnodes.h.
Referenced by ExecGather().
| struct ParallelExecutorInfo* GatherState::pei |
Definition at line 2619 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGather(), and ExecShutdownGatherWorkers().
| PlanState GatherState::ps |
Definition at line 2613 of file execnodes.h.
Referenced by ExecGather(), and ExecReScanGather().
| struct TupleQueueReader** GatherState::reader |
Definition at line 2624 of file execnodes.h.
Referenced by ExecGather(), and ExecShutdownGatherWorkers().
| int64 GatherState::tuples_needed |
Definition at line 2616 of file execnodes.h.
Referenced by ExecGather(), and ExecSetTupleBound().