PostgreSQL Source Code  git master
WindowDef Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * name
 
char * refname
 
ListpartitionClause
 
ListorderClause
 
int frameOptions
 
NodestartOffset
 
NodeendOffset
 
ParseLoc location
 

Detailed Description

Definition at line 561 of file parsenodes.h.

Field Documentation

◆ endOffset

Node* WindowDef::endOffset

◆ frameOptions

int WindowDef::frameOptions

Definition at line 568 of file parsenodes.h.

Referenced by transformWindowDefinitions(), and transformWindowFuncCall().

◆ location

ParseLoc WindowDef::location

Definition at line 571 of file parsenodes.h.

Referenced by transformWindowDefinitions(), and transformWindowFuncCall().

◆ name

char* WindowDef::name

Definition at line 564 of file parsenodes.h.

Referenced by transformWindowDefinitions(), and transformWindowFuncCall().

◆ orderClause

List* WindowDef::orderClause

◆ partitionClause

List* WindowDef::partitionClause

◆ refname

char* WindowDef::refname

Definition at line 565 of file parsenodes.h.

Referenced by transformWindowDefinitions(), and transformWindowFuncCall().

◆ startOffset

Node* WindowDef::startOffset

◆ type

NodeTag WindowDef::type

Definition at line 563 of file parsenodes.h.


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