PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Plan | plan |
Node * | limitOffset |
Node * | limitCount |
LimitOption | limitOption |
int | uniqNumCols |
AttrNumber * | uniqColIdx |
Oid * | uniqOperators |
Oid * | uniqCollations |
Definition at line 1239 of file plannodes.h.
Node* Limit::limitCount |
Definition at line 1247 of file plannodes.h.
Referenced by ExecInitLimit(), and make_limit().
Node* Limit::limitOffset |
Definition at line 1244 of file plannodes.h.
Referenced by ExecInitLimit(), and make_limit().
LimitOption Limit::limitOption |
Definition at line 1250 of file plannodes.h.
Referenced by ExecInitLimit(), and make_limit().
Plan Limit::plan |
Definition at line 1241 of file plannodes.h.
Referenced by create_limit_plan(), and make_limit().
AttrNumber* Limit::uniqColIdx |
Definition at line 1256 of file plannodes.h.
Referenced by ExecInitLimit(), and make_limit().
Oid* Limit::uniqCollations |
Definition at line 1262 of file plannodes.h.
Referenced by ExecInitLimit(), and make_limit().
int Limit::uniqNumCols |
Definition at line 1253 of file plannodes.h.
Referenced by _copyLimit(), _outLimit(), ExecInitLimit(), and make_limit().
Oid* Limit::uniqOperators |
Definition at line 1259 of file plannodes.h.
Referenced by ExecInitLimit(), and make_limit().