PostgreSQL Source Code git master
Loading...
Searching...
No Matches
GatherState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
bool initialized
 
bool need_to_scan_locally
 
int64 tuples_needed
 
TupleTableSlotfunnel_slot
 
struct ParallelExecutorInfopei
 
int nworkers_launched
 
int nreaders
 
int nextreader
 
struct TupleQueueReader ** reader
 

Detailed Description

Definition at line 2627 of file execnodes.h.

Field Documentation

◆ funnel_slot

TupleTableSlot* GatherState::funnel_slot

Definition at line 2634 of file execnodes.h.

◆ initialized

bool GatherState::initialized

Definition at line 2630 of file execnodes.h.

Referenced by ExecGather(), and ExecReScanGather().

◆ need_to_scan_locally

bool GatherState::need_to_scan_locally

Definition at line 2631 of file execnodes.h.

Referenced by ExecGather().

◆ nextreader

int GatherState::nextreader

Definition at line 2639 of file execnodes.h.

Referenced by ExecGather().

◆ nreaders

int GatherState::nreaders

Definition at line 2638 of file execnodes.h.

Referenced by ExecGather().

◆ nworkers_launched

int GatherState::nworkers_launched

Definition at line 2637 of file execnodes.h.

Referenced by ExecGather().

◆ pei

struct ParallelExecutorInfo* GatherState::pei

Definition at line 2635 of file execnodes.h.

Referenced by ExecGather(), ExecShutdownGather(), and ExecShutdownGatherWorkers().

◆ ps

PlanState GatherState::ps

Definition at line 2629 of file execnodes.h.

Referenced by ExecGather(), and ExecReScanGather().

◆ reader

struct TupleQueueReader** GatherState::reader

Definition at line 2640 of file execnodes.h.

Referenced by ExecGather(), and ExecShutdownGatherWorkers().

◆ tuples_needed

int64 GatherState::tuples_needed

Definition at line 2632 of file execnodes.h.

Referenced by ExecGather(), and ExecSetTupleBound().


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