PostgreSQL Source Code: WindowAggPath Struct Reference (original) (raw)

#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>

Data Fields
Path path
Path * subpath
WindowClause * winclause
List * qual
List * runCondition
bool topwindow

Detailed Description

Definition at line 2461 of file pathnodes.h.

Field Documentation

path

qual

List* WindowAggPath::qual

runCondition

List* WindowAggPath::runCondition

subpath

Path* WindowAggPath::subpath

topwindow

bool WindowAggPath::topwindow

winclause


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