PostgreSQL Source Code: GatherState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

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 2731 of file execnodes.h.

funnel_slot

initialized

bool GatherState::initialized

need_to_scan_locally

bool GatherState::need_to_scan_locally

nextreader

int GatherState::nextreader

nreaders

int GatherState::nreaders

nworkers_launched

int GatherState::nworkers_launched

pei

ps

reader

tuples_needed

int64 GatherState::tuples_needed


The documentation for this struct was generated from the following file: