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 2624 of file pathnodes.h.

Field Documentation

◆ path

Path WindowAggPath::path

Definition at line 2626 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ qual

List* WindowAggPath::qual

Definition at line 2629 of file pathnodes.h.

◆ runCondition

List* WindowAggPath::runCondition

Definition at line 2630 of file pathnodes.h.

◆ subpath

Path* WindowAggPath::subpath

Definition at line 2627 of file pathnodes.h.

◆ topwindow

bool WindowAggPath::topwindow

Definition at line 2631 of file pathnodes.h.

◆ winclause

WindowClause* WindowAggPath::winclause

Definition at line 2628 of file pathnodes.h.


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