PostgreSQL Source Code git master
Data Fields
GatherState Struct Reference

#include <execnodes.h>

Data Fields

 
bool  initialized
 
 
 
 
 
 
int  nreaders
 
int  nextreader
 
struct TupleQueueReader **  reader
 

Detailed Description

Definition at line 2734 of file execnodes.h.

Field Documentation

funnel_slot

TupleTableSlot* GatherState::funnel_slot

Definition at line 2741 of file execnodes.h.

Referenced by ExecInitGather(), and gather_getnext().

initialized

bool GatherState::initialized

Definition at line 2737 of file execnodes.h.

Referenced by ExecGather(), ExecInitGather(), and ExecReScanGather().

need_to_scan_locally

bool GatherState::need_to_scan_locally

Definition at line 2738 of file execnodes.h.

Referenced by ExecGather(), ExecInitGather(), gather_getnext(), and gather_readnext().

nextreader

int GatherState::nextreader

Definition at line 2746 of file execnodes.h.

Referenced by ExecGather(), and gather_readnext().

nreaders

int GatherState::nreaders

Definition at line 2745 of file execnodes.h.

Referenced by ExecGather(), gather_getnext(), and gather_readnext().

nworkers_launched

int GatherState::nworkers_launched

Definition at line 2744 of file execnodes.h.

Referenced by ExecGather().

pei

struct ParallelExecutorInfo* GatherState::pei

Definition at line 2742 of file execnodes.h.

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

ps

PlanState GatherState::ps

Definition at line 2736 of file execnodes.h.

Referenced by ExecGather(), ExecInitGather(), ExecReScanGather(), and gather_getnext().

reader

struct TupleQueueReader** GatherState::reader

Definition at line 2747 of file execnodes.h.

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

tuples_needed

int64 GatherState::tuples_needed

Definition at line 2739 of file execnodes.h.

Referenced by ExecGather(), ExecInitGather(), and ExecSetTupleBound().


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

AltStyle によって変換されたページ (->オリジナル) /