PostgreSQL Source Code  git master
GatherMerge Struct Reference

#include <plannodes.h>

Public Member Functions

AttrNumber *sortColIdx pg_node_attr (array_size(numCols))
 
Oid *sortOperators pg_node_attr (array_size(numCols))
 
Oid *collations pg_node_attr (array_size(numCols))
 
bool *nullsFirst pg_node_attr (array_size(numCols))
 

Data Fields

Plan plan
 
int num_workers
 
int rescan_param
 
int numCols
 
BitmapsetinitParam
 

Detailed Description

Definition at line 1155 of file plannodes.h.

Member Function Documentation

◆ pg_node_attr() [1/4]

AttrNumber* sortColIdx GatherMerge::pg_node_attr ( array_size(numCols )

◆ pg_node_attr() [2/4]

Oid* sortOperators GatherMerge::pg_node_attr ( array_size(numCols )

◆ pg_node_attr() [3/4]

Oid* collations GatherMerge::pg_node_attr ( array_size(numCols )

◆ pg_node_attr() [4/4]

bool* nullsFirst GatherMerge::pg_node_attr ( array_size(numCols )

Field Documentation

◆ initParam

Bitmapset* GatherMerge::initParam

Definition at line 1186 of file plannodes.h.

Referenced by ExecGatherMerge().

◆ num_workers

int GatherMerge::num_workers

◆ numCols

int GatherMerge::numCols

Definition at line 1168 of file plannodes.h.

Referenced by create_gather_merge_plan(), and ExecInitGatherMerge().

◆ plan

Plan GatherMerge::plan

Definition at line 1157 of file plannodes.h.

Referenced by create_gather_merge_plan(), and ExecInitGatherMerge().

◆ rescan_param

int GatherMerge::rescan_param

Definition at line 1163 of file plannodes.h.

Referenced by create_gather_merge_plan(), and ExecReScanGatherMerge().


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