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 |
ParseLoc | location |
Definition at line 563 of file parsenodes.h.
Node* WindowDef::endOffset |
Definition at line 572 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
int WindowDef::frameOptions |
Definition at line 570 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
ParseLoc WindowDef::location |
Definition at line 573 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
char* WindowDef::name |
Definition at line 566 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
List* WindowDef::orderClause |
Definition at line 569 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
List* WindowDef::partitionClause |
Definition at line 568 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
char* WindowDef::refname |
Definition at line 567 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
Node* WindowDef::startOffset |
Definition at line 571 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
NodeTag WindowDef::type |
Definition at line 565 of file parsenodes.h.