PostgreSQL Source Code
git master
|
#include <plannodes.h>
Public Member Functions | |
AttrNumber *dupColIdx | pg_node_attr (array_size(numCols)) |
Oid *dupOperators | pg_node_attr (array_size(numCols)) |
Oid *dupCollations | pg_node_attr (array_size(numCols)) |
Data Fields | |
Plan | plan |
SetOpCmd | cmd |
SetOpStrategy | strategy |
int | numCols |
AttrNumber | flagColIdx |
int | firstFlag |
long | numGroups |
Definition at line 1218 of file plannodes.h.
AttrNumber* dupColIdx SetOp::pg_node_attr | ( | array_size(numCols) | ) |
SetOpCmd SetOp::cmd |
Definition at line 1223 of file plannodes.h.
Referenced by make_setop(), set_output_count(), and setop_fill_hash_table().
int SetOp::firstFlag |
Definition at line 1242 of file plannodes.h.
Referenced by make_setop(), and setop_fill_hash_table().
AttrNumber SetOp::flagColIdx |
Definition at line 1239 of file plannodes.h.
Referenced by fetch_tuple_flag(), and make_setop().
int SetOp::numCols |
Definition at line 1229 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), and make_setop().
long SetOp::numGroups |
Definition at line 1245 of file plannodes.h.
Referenced by build_hash_table(), and make_setop().
Plan SetOp::plan |
Definition at line 1220 of file plannodes.h.
Referenced by make_setop().
SetOpStrategy SetOp::strategy |
Definition at line 1226 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), ExecSetOp(), and make_setop().