|
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 2546 of file pathnodes.h.
| Path WindowAggPath::path |
Definition at line 2548 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_windowagg_path(), and create_windowagg_plan().
| List* WindowAggPath::qual |
Definition at line 2551 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
| List* WindowAggPath::runCondition |
Definition at line 2552 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
| Path* WindowAggPath::subpath |
Definition at line 2549 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
| bool WindowAggPath::topwindow |
Definition at line 2553 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
| WindowClause* WindowAggPath::winclause |
Definition at line 2550 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().