PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | colname |
TypeName * | typeName |
bool | for_ordinality |
bool | is_not_null |
Node * | colexpr |
Node * | coldefexpr |
int | location |
Definition at line 668 of file parsenodes.h.
Node* RangeTableFuncCol::coldefexpr |
Definition at line 676 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().
Node* RangeTableFuncCol::colexpr |
Definition at line 675 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().
char* RangeTableFuncCol::colname |
Definition at line 671 of file parsenodes.h.
Referenced by transformRangeTableFunc().
bool RangeTableFuncCol::for_ordinality |
Definition at line 673 of file parsenodes.h.
Referenced by transformRangeTableFunc().
bool RangeTableFuncCol::is_not_null |
Definition at line 674 of file parsenodes.h.
Referenced by transformRangeTableFunc().
int RangeTableFuncCol::location |
Definition at line 677 of file parsenodes.h.
Referenced by transformRangeTableFunc().
NodeTag RangeTableFuncCol::type |
Definition at line 670 of file parsenodes.h.
TypeName* RangeTableFuncCol::typeName |
Definition at line 672 of file parsenodes.h.
Referenced by transformRangeTableFunc().