|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| Node * | funcexpr |
Definition at line 1374 of file parsenodes.h.
| int funccolcount RangeTblFunction::pg_node_attr | ( | query_jumble_ignore | ) |
| List *funccolnames RangeTblFunction::pg_node_attr | ( | query_jumble_ignore | ) |
| List *funccoltypes RangeTblFunction::pg_node_attr | ( | query_jumble_ignore | ) |
| List *funccoltypmods RangeTblFunction::pg_node_attr | ( | query_jumble_ignore | ) |
| List *funccolcollations RangeTblFunction::pg_node_attr | ( | query_jumble_ignore | ) |
| Bitmapset *funcparams RangeTblFunction::pg_node_attr | ( | query_jumble_ignore | ) |
| Node* RangeTblFunction::funcexpr |
Definition at line 1378 of file parsenodes.h.
Referenced by addRangeTableEntryForFunction(), ExecInitFunctionScan(), expandRTE(), ExplainNode(), ExplainTargetRel(), expression_tree_mutator_impl(), finalize_plan(), get_from_clause_item(), get_rte_attribute_is_dropped(), inline_function_in_from(), process_function_rte_ref(), set_function_size_estimates(), and test_inline_in_from_support_func().
| NodeTag RangeTblFunction::type |
Definition at line 1376 of file parsenodes.h.