|
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 2654 of file pathnodes.h.
| Path WindowAggPath::path |
Definition at line 2656 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| List* WindowAggPath::qual |
Definition at line 2659 of file pathnodes.h.
| List* WindowAggPath::runCondition |
Definition at line 2660 of file pathnodes.h.
| Path* WindowAggPath::subpath |
Definition at line 2657 of file pathnodes.h.
| bool WindowAggPath::topwindow |
Definition at line 2661 of file pathnodes.h.
| WindowClause* WindowAggPath::winclause |
Definition at line 2658 of file pathnodes.h.