PostgreSQL Source Code  git master
WindowAggPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
WindowClausewinclause
 
Listqual
 
bool topwindow
 

Detailed Description

Definition at line 2305 of file pathnodes.h.

Field Documentation

◆ path

Path WindowAggPath::path

Definition at line 2307 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().

◆ qual

List* WindowAggPath::qual

Definition at line 2310 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().

◆ subpath

Path* WindowAggPath::subpath

Definition at line 2308 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().

◆ topwindow

bool WindowAggPath::topwindow

Definition at line 2311 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().

◆ winclause

WindowClause* WindowAggPath::winclause

Definition at line 2309 of file pathnodes.h.

Referenced by create_windowagg_path(), and create_windowagg_plan().


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