PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Plan | plan |
SetOpCmd | cmd |
SetOpStrategy | strategy |
int | numCols |
AttrNumber * | dupColIdx |
Oid * | dupOperators |
Oid * | dupCollations |
AttrNumber | flagColIdx |
int | firstFlag |
long | numGroups |
Definition at line 1186 of file plannodes.h.
SetOpCmd SetOp::cmd |
Definition at line 1191 of file plannodes.h.
Referenced by make_setop(), set_output_count(), and setop_fill_hash_table().
AttrNumber* SetOp::dupColIdx |
Definition at line 1200 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), and make_setop().
Oid* SetOp::dupCollations |
Definition at line 1204 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), and make_setop().
Oid* SetOp::dupOperators |
Definition at line 1203 of file plannodes.h.
Referenced by ExecInitSetOp(), and make_setop().
int SetOp::firstFlag |
Definition at line 1210 of file plannodes.h.
Referenced by make_setop(), and setop_fill_hash_table().
AttrNumber SetOp::flagColIdx |
Definition at line 1207 of file plannodes.h.
Referenced by fetch_tuple_flag(), and make_setop().
int SetOp::numCols |
Definition at line 1197 of file plannodes.h.
Referenced by _copySetOp(), _outSetOp(), build_hash_table(), ExecInitSetOp(), and make_setop().
long SetOp::numGroups |
Definition at line 1213 of file plannodes.h.
Referenced by build_hash_table(), and make_setop().
Plan SetOp::plan |
Definition at line 1188 of file plannodes.h.
Referenced by create_setop_plan(), and make_setop().
SetOpStrategy SetOp::strategy |
Definition at line 1194 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), ExecSetOp(), and make_setop().