PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
NodeTag | type |
List * | ns_uris |
List * | ns_names |
Node * | docexpr |
Node * | rowexpr |
List * | colnames |
List * | coltypes |
List * | coltypmods |
List * | colcollations |
List * | colexprs |
List * | coldefexprs |
Bitmapset * | notnulls |
int | ordinalitycol |
int | location |
Definition at line 82 of file primnodes.h.
List* TableFunc::colcollations |
Definition at line 92 of file primnodes.h.
Referenced by _readRangeTblEntry(), addRangeTableEntryForTableFunc(), ExecInitTableFuncScan(), find_expr_references_walker(), and transformRangeTableFunc().
List* TableFunc::coldefexprs |
Definition at line 94 of file primnodes.h.
Referenced by ExecInitTableFuncScan(), expression_tree_mutator(), expression_tree_walker(), get_tablefunc(), and transformRangeTableFunc().
List* TableFunc::colexprs |
Definition at line 93 of file primnodes.h.
Referenced by ExecInitTableFuncScan(), expression_tree_mutator(), expression_tree_walker(), get_tablefunc(), JumbleExpr(), and transformRangeTableFunc().
List* TableFunc::colnames |
Definition at line 89 of file primnodes.h.
Referenced by addRangeTableEntryForTableFunc(), ExecInitTableFuncScan(), get_tablefunc(), and transformRangeTableFunc().
List* TableFunc::coltypes |
Definition at line 90 of file primnodes.h.
Referenced by _readRangeTblEntry(), addRangeTableEntryForTableFunc(), ExecInitTableFuncScan(), find_expr_references_walker(), get_tablefunc(), and transformRangeTableFunc().
List* TableFunc::coltypmods |
Definition at line 91 of file primnodes.h.
Referenced by _readRangeTblEntry(), addRangeTableEntryForTableFunc(), ExecInitTableFuncScan(), get_tablefunc(), and transformRangeTableFunc().
Node* TableFunc::docexpr |
Definition at line 87 of file primnodes.h.
Referenced by ExecInitTableFuncScan(), expression_tree_mutator(), expression_tree_walker(), get_tablefunc(), JumbleExpr(), and transformRangeTableFunc().
int TableFunc::location |
Definition at line 97 of file primnodes.h.
Referenced by transformRangeTableFunc().
Bitmapset* TableFunc::notnulls |
Definition at line 95 of file primnodes.h.
Referenced by ExecInitTableFuncScan(), get_tablefunc(), and transformRangeTableFunc().
List* TableFunc::ns_names |
Definition at line 86 of file primnodes.h.
Referenced by ExecInitTableFuncScan(), get_tablefunc(), and transformRangeTableFunc().
List* TableFunc::ns_uris |
Definition at line 85 of file primnodes.h.
Referenced by ExecInitTableFuncScan(), expression_tree_mutator(), expression_tree_walker(), get_tablefunc(), and transformRangeTableFunc().
int TableFunc::ordinalitycol |
Definition at line 96 of file primnodes.h.
Referenced by get_tablefunc(), and transformRangeTableFunc().
Node* TableFunc::rowexpr |
Definition at line 88 of file primnodes.h.
Referenced by ExecInitTableFuncScan(), expression_tree_mutator(), expression_tree_walker(), get_tablefunc(), JumbleExpr(), and transformRangeTableFunc().
NodeTag TableFunc::type |
Definition at line 84 of file primnodes.h.