PostgreSQL Source Code: LimitPath Struct Reference (original) (raw)
#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
Path | path |
Path * | subpath |
Node * | limitOffset |
Node * | limitCount |
LimitOption | limitOption |
Detailed Description
Definition at line 2539 of file pathnodes.h.
Field Documentation
◆ limitCount
Node* LimitPath::limitCount
Definition at line 2544 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
◆ limitOffset
Node* LimitPath::limitOffset
Definition at line 2543 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
◆ limitOption
LimitOption LimitPath::limitOption
Definition at line 2545 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
◆ path
Path LimitPath::path
Definition at line 2541 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and create_limit_path().
◆ subpath
Path* LimitPath::subpath
Definition at line 2542 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
The documentation for this struct was generated from the following file:
- src/include/nodes/pathnodes.h