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 1305 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 1336 of file plannodes.h.
Referenced by ExecGatherMerge().
int GatherMerge::num_workers |
Definition at line 1310 of file plannodes.h.
Referenced by create_gather_merge_plan(), ExecGatherMerge(), ExplainNode(), and gather_merge_setup().
int GatherMerge::numCols |
Definition at line 1318 of file plannodes.h.
Referenced by create_gather_merge_plan(), and ExecInitGatherMerge().
Plan GatherMerge::plan |
Definition at line 1307 of file plannodes.h.
Referenced by create_gather_merge_plan(), and ExecInitGatherMerge().
int GatherMerge::rescan_param |
Definition at line 1313 of file plannodes.h.
Referenced by create_gather_merge_plan(), and ExecReScanGatherMerge().