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 660 of file parsenodes.h.
Node* RangeTableFuncCol::coldefexpr |
Definition at line 668 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().
Node* RangeTableFuncCol::colexpr |
Definition at line 667 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().
char* RangeTableFuncCol::colname |
Definition at line 663 of file parsenodes.h.
Referenced by transformRangeTableFunc().
bool RangeTableFuncCol::for_ordinality |
Definition at line 665 of file parsenodes.h.
Referenced by transformRangeTableFunc().
bool RangeTableFuncCol::is_not_null |
Definition at line 666 of file parsenodes.h.
Referenced by transformRangeTableFunc().
int RangeTableFuncCol::location |
Definition at line 669 of file parsenodes.h.
Referenced by transformRangeTableFunc().
NodeTag RangeTableFuncCol::type |
Definition at line 662 of file parsenodes.h.
TypeName* RangeTableFuncCol::typeName |
Definition at line 664 of file parsenodes.h.
Referenced by transformRangeTableFunc().