PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
Node * | limitOffset |
Node * | limitCount |
LimitOption | limitOption |
Definition at line 2415 of file pathnodes.h.
Node* LimitPath::limitCount |
Definition at line 2420 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
Node* LimitPath::limitOffset |
Definition at line 2419 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
LimitOption LimitPath::limitOption |
Definition at line 2421 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
Path LimitPath::path |
Definition at line 2417 of file pathnodes.h.
Referenced by create_limit_path().
Path* LimitPath::subpath |
Definition at line 2418 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().