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 2323 of file pathnodes.h.
Path WindowAggPath::path |
Definition at line 2325 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
List* WindowAggPath::qual |
Definition at line 2328 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
List* WindowAggPath::runCondition |
Definition at line 2329 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
Path* WindowAggPath::subpath |
Definition at line 2326 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
bool WindowAggPath::topwindow |
Definition at line 2330 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().
WindowClause* WindowAggPath::winclause |
Definition at line 2327 of file pathnodes.h.
Referenced by create_windowagg_path(), and create_windowagg_plan().