#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 403 of file parsenodes.h.
Definition at line 412 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), transformWindowDefinitions(), and transformWindowFuncCall().
Definition at line 410 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
Definition at line 413 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
| char* WindowDef::name |
Definition at line 406 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
Definition at line 409 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), transformWindowDefinitions(), and transformWindowFuncCall().
Definition at line 408 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), transformWindowDefinitions(), and transformWindowFuncCall().
| char* WindowDef::refname |
Definition at line 407 of file parsenodes.h.
Referenced by transformWindowDefinitions(), and transformWindowFuncCall().
Definition at line 411 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), transformWindowDefinitions(), and transformWindowFuncCall().
Definition at line 405 of file parsenodes.h.
1.7.1