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 2695 of file execnodes.h.
TupleTableSlot* GatherState::funnel_slot |
Definition at line 2702 of file execnodes.h.
Referenced by ExecInitGather(), and gather_getnext().
bool GatherState::initialized |
Definition at line 2698 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), and ExecReScanGather().
bool GatherState::need_to_scan_locally |
Definition at line 2699 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), gather_getnext(), and gather_readnext().
int GatherState::nextreader |
Definition at line 2707 of file execnodes.h.
Referenced by ExecGather(), and gather_readnext().
int GatherState::nreaders |
Definition at line 2706 of file execnodes.h.
Referenced by ExecGather(), gather_getnext(), and gather_readnext().
int GatherState::nworkers_launched |
Definition at line 2705 of file execnodes.h.
Referenced by ExecGather().
struct ParallelExecutorInfo* GatherState::pei |
Definition at line 2703 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGather(), ExecShutdownGatherWorkers(), and gather_getnext().
PlanState GatherState::ps |
Definition at line 2697 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), ExecReScanGather(), and gather_getnext().
struct TupleQueueReader** GatherState::reader |
Definition at line 2708 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGatherWorkers(), and gather_readnext().
int64 GatherState::tuples_needed |
Definition at line 2700 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), and ExecSetTupleBound().