|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| Node * | limitOffset |
| Node * | limitCount |
| LimitOption | limitOption |
Definition at line 2626 of file pathnodes.h.
| Node* LimitPath::limitCount |
Definition at line 2631 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
| Node* LimitPath::limitOffset |
Definition at line 2630 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
| LimitOption LimitPath::limitOption |
Definition at line 2632 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
| Path LimitPath::path |
Definition at line 2628 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and create_limit_path().
| Path* LimitPath::subpath |
Definition at line 2629 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().