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 2584 of file execnodes.h.
TupleTableSlot* GatherState::funnel_slot |
Definition at line 2591 of file execnodes.h.
Referenced by ExecInitGather(), and gather_getnext().
bool GatherState::initialized |
Definition at line 2587 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), and ExecReScanGather().
bool GatherState::need_to_scan_locally |
Definition at line 2588 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), gather_getnext(), and gather_readnext().
int GatherState::nextreader |
Definition at line 2596 of file execnodes.h.
Referenced by ExecGather(), and gather_readnext().
int GatherState::nreaders |
Definition at line 2595 of file execnodes.h.
Referenced by ExecGather(), gather_getnext(), and gather_readnext().
int GatherState::nworkers_launched |
Definition at line 2594 of file execnodes.h.
Referenced by ExecGather().
struct ParallelExecutorInfo* GatherState::pei |
Definition at line 2592 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGather(), ExecShutdownGatherWorkers(), and gather_getnext().
PlanState GatherState::ps |
Definition at line 2586 of file execnodes.h.
Referenced by ExecEndGather(), ExecGather(), ExecInitGather(), ExecReScanGather(), and gather_getnext().
struct TupleQueueReader** GatherState::reader |
Definition at line 2597 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGatherWorkers(), and gather_readnext().
int64 GatherState::tuples_needed |
Definition at line 2589 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), and ExecSetTupleBound().