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 2715 of file execnodes.h.
TupleTableSlot* GatherState::funnel_slot |
Definition at line 2722 of file execnodes.h.
Referenced by ExecInitGather(), and gather_getnext().
bool GatherState::initialized |
Definition at line 2718 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), and ExecReScanGather().
bool GatherState::need_to_scan_locally |
Definition at line 2719 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), gather_getnext(), and gather_readnext().
int GatherState::nextreader |
Definition at line 2727 of file execnodes.h.
Referenced by ExecGather(), and gather_readnext().
int GatherState::nreaders |
Definition at line 2726 of file execnodes.h.
Referenced by ExecGather(), gather_getnext(), and gather_readnext().
int GatherState::nworkers_launched |
Definition at line 2725 of file execnodes.h.
Referenced by ExecGather().
struct ParallelExecutorInfo* GatherState::pei |
Definition at line 2723 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGather(), ExecShutdownGatherWorkers(), and gather_getnext().
PlanState GatherState::ps |
Definition at line 2717 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), ExecReScanGather(), and gather_getnext().
struct TupleQueueReader** GatherState::reader |
Definition at line 2728 of file execnodes.h.
Referenced by ExecGather(), ExecShutdownGatherWorkers(), and gather_readnext().
int64 GatherState::tuples_needed |
Definition at line 2720 of file execnodes.h.
Referenced by ExecGather(), ExecInitGather(), and ExecSetTupleBound().