PostgreSQL Source Code git master
Loading...
Searching...
No Matches
WindowAggPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
WindowClausewinclause
 
Listqual
 
ListrunCondition
 
bool topwindow
 

Detailed Description

Definition at line 2640 of file pathnodes.h.

Field Documentation

◆ path

Path WindowAggPath::path

Definition at line 2642 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ qual

List* WindowAggPath::qual

Definition at line 2645 of file pathnodes.h.

◆ runCondition

List* WindowAggPath::runCondition

Definition at line 2646 of file pathnodes.h.

◆ subpath

Path* WindowAggPath::subpath

Definition at line 2643 of file pathnodes.h.

◆ topwindow

bool WindowAggPath::topwindow

Definition at line 2647 of file pathnodes.h.

◆ winclause

WindowClause* WindowAggPath::winclause

Definition at line 2644 of file pathnodes.h.


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