PostgreSQL Source Code git master
|
#include <plannodes.h>
Public Member Functions | |
AttrNumber *cmpColIdx | pg_node_attr (array_size(numCols)) |
Oid *cmpOperators | pg_node_attr (array_size(numCols)) |
Oid *cmpCollations | pg_node_attr (array_size(numCols)) |
bool *cmpNullsFirst | pg_node_attr (array_size(numCols)) |
Data Fields | |
Plan | plan |
SetOpCmd | cmd |
SetOpStrategy | strategy |
int | numCols |
long | numGroups |
Definition at line 1365 of file plannodes.h.
AttrNumber *cmpColIdx SetOp::pg_node_attr | ( | array_size(numCols) | ) |
bool *cmpNullsFirst SetOp::pg_node_attr | ( | array_size(numCols) | ) |
SetOpCmd SetOp::cmd |
Definition at line 1370 of file plannodes.h.
Referenced by make_setop(), and set_output_count().
int SetOp::numCols |
Definition at line 1376 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), and make_setop().
long SetOp::numGroups |
Definition at line 1389 of file plannodes.h.
Referenced by build_hash_table(), and make_setop().
Plan SetOp::plan |
Definition at line 1367 of file plannodes.h.
Referenced by make_setop().
SetOpStrategy SetOp::strategy |
Definition at line 1373 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), ExecSetOp(), and make_setop().