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

#include <parsenodes.h>

Data Fields

NodeTag type
 
charname
 
charrefname
 
ListpartitionClause
 
ListorderClause
 
int frameOptions
 
NodestartOffset
 
NodeendOffset
 
ParseLoc location
 

Detailed Description

Definition at line 589 of file parsenodes.h.

Field Documentation

◆ endOffset

Node* WindowDef::endOffset

Definition at line 598 of file parsenodes.h.

◆ frameOptions

int WindowDef::frameOptions

Definition at line 596 of file parsenodes.h.

◆ location

ParseLoc WindowDef::location

Definition at line 599 of file parsenodes.h.

◆ name

char* WindowDef::name

Definition at line 592 of file parsenodes.h.

◆ orderClause

List* WindowDef::orderClause

Definition at line 595 of file parsenodes.h.

◆ partitionClause

List* WindowDef::partitionClause

Definition at line 594 of file parsenodes.h.

◆ refname

char* WindowDef::refname

Definition at line 593 of file parsenodes.h.

◆ startOffset

Node* WindowDef::startOffset

Definition at line 597 of file parsenodes.h.

◆ type

NodeTag WindowDef::type

Definition at line 591 of file parsenodes.h.


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