PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Plan | plan |
int | numCols |
AttrNumber * | uniqColIdx |
Oid * | uniqOperators |
Oid * | uniqCollations |
Definition at line 1081 of file plannodes.h.
int Unique::numCols |
Definition at line 1086 of file plannodes.h.
Referenced by _copyUnique(), _outUnique(), ExecInitUnique(), make_unique_from_pathkeys(), and make_unique_from_sortclauses().
Plan Unique::plan |
Definition at line 1083 of file plannodes.h.
Referenced by create_upper_unique_plan(), make_unique_from_pathkeys(), and make_unique_from_sortclauses().
AttrNumber* Unique::uniqColIdx |
Definition at line 1089 of file plannodes.h.
Referenced by ExecInitUnique(), make_unique_from_pathkeys(), and make_unique_from_sortclauses().
Oid* Unique::uniqCollations |
Definition at line 1095 of file plannodes.h.
Referenced by ExecInitUnique(), make_unique_from_pathkeys(), and make_unique_from_sortclauses().
Oid* Unique::uniqOperators |
Definition at line 1092 of file plannodes.h.
Referenced by ExecInitUnique(), make_unique_from_pathkeys(), and make_unique_from_sortclauses().