PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | name |
char * | refname |
List * | partitionClause |
List * | orderClause |
int | frameOptions |
Node * | startOffset |
Node * | endOffset |
int | location |
Definition at line 551 of file parsenodes.h.
Node* WindowDef::endOffset |
Definition at line 560 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
int WindowDef::frameOptions |
Definition at line 558 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
int WindowDef::location |
Definition at line 561 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
char* WindowDef::name |
Definition at line 554 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
List* WindowDef::orderClause |
Definition at line 557 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
List* WindowDef::partitionClause |
Definition at line 556 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
char* WindowDef::refname |
Definition at line 555 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
Node* WindowDef::startOffset |
Definition at line 559 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
NodeTag WindowDef::type |
Definition at line 553 of file parsenodes.h.