PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
Node * | limitOffset |
Node * | limitCount |
LimitOption | limitOption |
Definition at line 2534 of file pathnodes.h.
Node* LimitPath::limitCount |
Definition at line 2539 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
Node* LimitPath::limitOffset |
Definition at line 2538 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
LimitOption LimitPath::limitOption |
Definition at line 2540 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
Path LimitPath::path |
Definition at line 2536 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and create_limit_path().
Path* LimitPath::subpath |
Definition at line 2537 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().