|
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 589 of file parsenodes.h.
| Node* WindowDef::endOffset |
Definition at line 598 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
| int WindowDef::frameOptions |
Definition at line 596 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
| ParseLoc WindowDef::location |
Definition at line 599 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
| char* WindowDef::name |
Definition at line 592 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
| List* WindowDef::orderClause |
Definition at line 595 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
| List* WindowDef::partitionClause |
Definition at line 594 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
| char* WindowDef::refname |
Definition at line 593 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
| Node* WindowDef::startOffset |
Definition at line 597 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformWindowDefinitions(), and transformWindowFuncCall().
| NodeTag WindowDef::type |
Definition at line 591 of file parsenodes.h.