#include <plannodes.h>
Data Fields | |
Plan | plan |
SetOpCmd | cmd |
SetOpStrategy | strategy |
int | numCols |
AttrNumber * | dupColIdx |
Oid * | dupOperators |
AttrNumber | flagColIdx |
int | firstFlag |
long | numGroups |
Definition at line 707 of file plannodes.h.
Definition at line 710 of file plannodes.h.
Referenced by make_setop(), set_output_count(), and setop_fill_hash_table().
Definition at line 714 of file plannodes.h.
Referenced by build_hash_table(), make_setop(), and setop_retrieve_direct().
Definition at line 715 of file plannodes.h.
Referenced by ExecInitSetOp(), and make_setop().
int SetOp::firstFlag |
Definition at line 717 of file plannodes.h.
Referenced by make_setop(), and setop_fill_hash_table().
Definition at line 716 of file plannodes.h.
Referenced by fetch_tuple_flag(), and make_setop().
int SetOp::numCols |
Definition at line 712 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), make_setop(), and setop_retrieve_direct().
long SetOp::numGroups |
Definition at line 718 of file plannodes.h.
Referenced by build_hash_table(), and make_setop().
Definition at line 709 of file plannodes.h.
Referenced by make_setop().
Definition at line 711 of file plannodes.h.
Referenced by build_hash_table(), ExecInitSetOp(), ExecSetOp(), and make_setop().