|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| RTEKind | rtekind |
| bool | inh |
| struct TableSampleClause * | tablesample |
| Query * | subquery |
| JoinType | jointype |
| List * | functions |
| bool | funcordinality |
| TableFunc * | tablefunc |
| List * | values_lists |
| char * | ctename |
| Index | ctelevelsup |
| char * | enrname |
| List * | groupexprs |
Definition at line 1084 of file parsenodes.h.
| Alias *eref RangeTblEntry::pg_node_attr | ( | custom_query_jumble | ) |
| RangeTblEntry::pg_node_attr | ( | custom_read_write | ) |
| Alias *alias RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| Oid relid RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| char relkind RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| int rellockmode RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| Index perminfoindex RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| bool security_barrier RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| int joinmergedcols RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| List *joinaliasvars RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| List *joinleftcols RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| List *joinrightcols RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| Alias *join_using_alias RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| bool self_reference RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| List *coltypes RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| List *coltypmods RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| List *colcollations RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| Cardinality enrtuples RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| bool lateral RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| bool inFromCl RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| List *securityQuals RangeTblEntry::pg_node_attr | ( | query_jumble_ignore | ) |
| Index RangeTblEntry::ctelevelsup |
Definition at line 1256 of file parsenodes.h.
| char* RangeTblEntry::ctename |
Definition at line 1254 of file parsenodes.h.
| char* RangeTblEntry::enrname |
Definition at line 1289 of file parsenodes.h.
| bool RangeTblEntry::funcordinality |
Definition at line 1237 of file parsenodes.h.
| List* RangeTblEntry::functions |
Definition at line 1235 of file parsenodes.h.
| List* RangeTblEntry::groupexprs |
Definition at line 1297 of file parsenodes.h.
| bool RangeTblEntry::inh |
Definition at line 1148 of file parsenodes.h.
Referenced by distribute_row_identity_vars(), and preprocess_targetlist().
| JoinType RangeTblEntry::jointype |
Definition at line 1209 of file parsenodes.h.
| RTEKind RangeTblEntry::rtekind |
Definition at line 1105 of file parsenodes.h.
Referenced by _outRangeTblEntry(), and preprocess_targetlist().
| Query* RangeTblEntry::subquery |
Definition at line 1162 of file parsenodes.h.
| TableFunc* RangeTblEntry::tablefunc |
Definition at line 1242 of file parsenodes.h.
| struct TableSampleClause* RangeTblEntry::tablesample |
Definition at line 1156 of file parsenodes.h.
| List* RangeTblEntry::values_lists |
Definition at line 1248 of file parsenodes.h.