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 2453 of file pathnodes.h.
Path WindowAggPath::path |
Definition at line 2455 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_windowagg_path(), and create_windowagg_plan().
List* WindowAggPath::qual |
Definition at line 2458 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
List* WindowAggPath::runCondition |
Definition at line 2459 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
Path* WindowAggPath::subpath |
Definition at line 2456 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
bool WindowAggPath::topwindow |
Definition at line 2460 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
WindowClause* WindowAggPath::winclause |
Definition at line 2457 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().