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

#include <plannodes.h>

Data Fields

Plan plan
 
int num_workers
 
int rescan_param
 
bool single_copy
 
bool invisible
 
BitmapsetinitParam
 

Detailed Description

Definition at line 1335 of file plannodes.h.

Field Documentation

◆ initParam

Bitmapset* Gather::initParam

Definition at line 1351 of file plannodes.h.

Referenced by make_gather().

◆ invisible

bool Gather::invisible

Definition at line 1345 of file plannodes.h.

Referenced by make_gather().

◆ num_workers

int Gather::num_workers

Definition at line 1339 of file plannodes.h.

Referenced by make_gather().

◆ plan

Plan Gather::plan

Definition at line 1337 of file plannodes.h.

Referenced by ExecInitGather(), and make_gather().

◆ rescan_param

int Gather::rescan_param

Definition at line 1341 of file plannodes.h.

Referenced by make_gather().

◆ single_copy

bool Gather::single_copy

Definition at line 1343 of file plannodes.h.

Referenced by ExecInitGather(), and make_gather().


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