PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
WindowClause * | winclause |
List * | qual |
bool | topwindow |
Definition at line 2284 of file pathnodes.h.
Path WindowAggPath::path |
Definition at line 2286 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
List* WindowAggPath::qual |
Definition at line 2289 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
Path* WindowAggPath::subpath |
Definition at line 2287 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
bool WindowAggPath::topwindow |
Definition at line 2290 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
WindowClause* WindowAggPath::winclause |
Definition at line 2288 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().