|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| WindowClause * | winclause |
| List * | qual |
| List * | runCondition |
| bool | topwindow |
Definition at line 2640 of file pathnodes.h.
| Path WindowAggPath::path |
Definition at line 2642 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* WindowAggPath::qual |
Definition at line 2645 of file pathnodes.h.
| List* WindowAggPath::runCondition |
Definition at line 2646 of file pathnodes.h.
| Path* WindowAggPath::subpath |
Definition at line 2643 of file pathnodes.h.
| bool WindowAggPath::topwindow |
Definition at line 2647 of file pathnodes.h.
| WindowClause* WindowAggPath::winclause |
Definition at line 2644 of file pathnodes.h.