|
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 2624 of file pathnodes.h.
| Path WindowAggPath::path |
Definition at line 2626 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* WindowAggPath::qual |
Definition at line 2629 of file pathnodes.h.
| List* WindowAggPath::runCondition |
Definition at line 2630 of file pathnodes.h.
| Path* WindowAggPath::subpath |
Definition at line 2627 of file pathnodes.h.
| bool WindowAggPath::topwindow |
Definition at line 2631 of file pathnodes.h.
| WindowClause* WindowAggPath::winclause |
Definition at line 2628 of file pathnodes.h.