PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
Node * | limitOffset |
Node * | limitCount |
LimitOption | limitOption |
Definition at line 2542 of file pathnodes.h.
Node* LimitPath::limitCount |
Definition at line 2547 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
Node* LimitPath::limitOffset |
Definition at line 2546 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
LimitOption LimitPath::limitOption |
Definition at line 2548 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
Path LimitPath::path |
Definition at line 2544 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and create_limit_path().
Path* LimitPath::subpath |
Definition at line 2545 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().