PostgreSQL Source Code
git master
|
#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 |
Bitmapset * | initParam |
Definition at line 1156 of file plannodes.h.
AttrNumber* sortColIdx GatherMerge::pg_node_attr | ( | array_size(numCols) | ) |
bool* nullsFirst GatherMerge::pg_node_attr | ( | array_size(numCols) | ) |
Bitmapset* GatherMerge::initParam |
Definition at line 1187 of file plannodes.h.
Referenced by ExecGatherMerge().
int GatherMerge::num_workers |
Definition at line 1161 of file plannodes.h.
Referenced by create_gather_merge_plan(), ExecGatherMerge(), ExplainNode(), and gather_merge_setup().
int GatherMerge::numCols |
Definition at line 1169 of file plannodes.h.
Referenced by create_gather_merge_plan(), and ExecInitGatherMerge().
Plan GatherMerge::plan |
Definition at line 1158 of file plannodes.h.
Referenced by create_gather_merge_plan(), and ExecInitGatherMerge().
int GatherMerge::rescan_param |
Definition at line 1164 of file plannodes.h.
Referenced by create_gather_merge_plan(), and ExecReScanGatherMerge().