PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
Node * | limitOffset |
Node * | limitCount |
LimitOption | limitOption |
Definition at line 2408 of file pathnodes.h.
Node* LimitPath::limitCount |
Definition at line 2413 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
Node* LimitPath::limitOffset |
Definition at line 2412 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
LimitOption LimitPath::limitOption |
Definition at line 2414 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().
Path LimitPath::path |
Definition at line 2410 of file pathnodes.h.
Referenced by create_limit_path().
Path* LimitPath::subpath |
Definition at line 2411 of file pathnodes.h.
Referenced by create_limit_path(), and create_limit_plan().