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

Field Documentation

◆ funnel_slot

TupleTableSlot* GatherState::funnel_slot

Definition at line 2618 of file execnodes.h.

◆ initialized

bool GatherState::initialized

Definition at line 2614 of file execnodes.h.

Referenced by ExecGather(), and ExecReScanGather().

◆ need_to_scan_locally

bool GatherState::need_to_scan_locally

Definition at line 2615 of file execnodes.h.

Referenced by ExecGather().

◆ nextreader

int GatherState::nextreader

Definition at line 2623 of file execnodes.h.

Referenced by ExecGather().

◆ nreaders

int GatherState::nreaders

Definition at line 2622 of file execnodes.h.

Referenced by ExecGather().

◆ nworkers_launched

int GatherState::nworkers_launched

Definition at line 2621 of file execnodes.h.

Referenced by ExecGather().

◆ pei

struct ParallelExecutorInfo* GatherState::pei

Definition at line 2619 of file execnodes.h.

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

◆ ps

PlanState GatherState::ps

Definition at line 2613 of file execnodes.h.

Referenced by ExecGather(), and ExecReScanGather().

◆ reader

struct TupleQueueReader** GatherState::reader

Definition at line 2624 of file execnodes.h.

Referenced by ExecGather(), and ExecShutdownGatherWorkers().

◆ tuples_needed

int64 GatherState::tuples_needed

Definition at line 2616 of file execnodes.h.

Referenced by ExecGather(), and ExecSetTupleBound().


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