PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WindowAggPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
WindowClausewinclause
 
Listqual
 
ListrunCondition
 
bool topwindow
 

Detailed Description

Definition at line 2453 of file pathnodes.h.

Field Documentation

◆ path

Path WindowAggPath::path

◆ qual

List* WindowAggPath::qual

Definition at line 2458 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().

◆ runCondition

List* WindowAggPath::runCondition

Definition at line 2459 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().

◆ subpath

Path* WindowAggPath::subpath

Definition at line 2456 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().

◆ topwindow

bool WindowAggPath::topwindow

Definition at line 2460 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().

◆ winclause

WindowClause* WindowAggPath::winclause

Definition at line 2457 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().


The documentation for this struct was generated from the following file: