|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| bool | lateral |
| bool | ordinality |
| bool | is_rowsfrom |
| List * | functions |
| Alias * | alias |
| List * | coldeflist |
Definition at line 665 of file parsenodes.h.
| Alias* RangeFunction::alias |
Definition at line 672 of file parsenodes.h.
Referenced by addRangeTableEntryForFunction(), and raw_expression_tree_walker_impl().
| List* RangeFunction::coldeflist |
Definition at line 673 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformRangeFunction().
| List* RangeFunction::functions |
Definition at line 671 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformRangeFunction().
| bool RangeFunction::is_rowsfrom |
Definition at line 670 of file parsenodes.h.
Referenced by transformRangeFunction().
| bool RangeFunction::lateral |
Definition at line 668 of file parsenodes.h.
Referenced by transformRangeFunction().
| bool RangeFunction::ordinality |
Definition at line 669 of file parsenodes.h.
Referenced by addRangeTableEntryForFunction(), and transformRangeFunction().
| NodeTag RangeFunction::type |
Definition at line 667 of file parsenodes.h.