PostgreSQL Source Code: Gather Struct Reference (original) (raw)
#include <[plannodes.h](plannodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
Plan | plan |
int | num_workers |
int | rescan_param |
bool | single_copy |
bool | invisible |
Bitmapset * | initParam |
Detailed Description
Definition at line 1278 of file plannodes.h.
Field Documentation
◆ initParam
Bitmapset* Gather::initParam
Definition at line 1294 of file plannodes.h.
Referenced by ExecGather(), and make_gather().
◆ invisible
bool Gather::invisible
Definition at line 1288 of file plannodes.h.
Referenced by make_gather(), and standard_planner().
◆ num_workers
int Gather::num_workers
Definition at line 1282 of file plannodes.h.
Referenced by ExecGather(), ExplainNode(), make_gather(), and standard_planner().
◆ plan
Plan Gather::plan
Definition at line 1280 of file plannodes.h.
Referenced by create_gather_plan(), ExecInitGather(), make_gather(), and standard_planner().
◆ rescan_param
int Gather::rescan_param
Definition at line 1284 of file plannodes.h.
Referenced by ExecReScanGather(), make_gather(), and standard_planner().
◆ single_copy
bool Gather::single_copy
Definition at line 1286 of file plannodes.h.
Referenced by ExecGather(), ExecInitGather(), ExplainNode(), make_gather(), and standard_planner().
The documentation for this struct was generated from the following file:
- src/include/nodes/plannodes.h