PostgreSQL Source Code
git master
|
#include <parse_node.h>
Data Fields | |
Index | p_varno |
AttrNumber | p_varattno |
Oid | p_vartype |
int32 | p_vartypmod |
Oid | p_varcollid |
Index | p_varnosyn |
AttrNumber | p_varattnosyn |
bool | p_dontexpand |
Definition at line 319 of file parse_node.h.
bool ParseNamespaceColumn::p_dontexpand |
Definition at line 328 of file parse_node.h.
Referenced by addRangeTableEntryForCTE(), and expandNSItemVars().
AttrNumber ParseNamespaceColumn::p_varattno |
Definition at line 322 of file parse_node.h.
Referenced by buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().
AttrNumber ParseNamespaceColumn::p_varattnosyn |
Definition at line 327 of file parse_node.h.
Referenced by buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().
Oid ParseNamespaceColumn::p_varcollid |
Definition at line 325 of file parse_node.h.
Referenced by buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().
Index ParseNamespaceColumn::p_varno |
Definition at line 321 of file parse_node.h.
Referenced by buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().
Index ParseNamespaceColumn::p_varnosyn |
Definition at line 326 of file parse_node.h.
Referenced by buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().
Oid ParseNamespaceColumn::p_vartype |
Definition at line 323 of file parse_node.h.
Referenced by buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().
int32 ParseNamespaceColumn::p_vartypmod |
Definition at line 324 of file parse_node.h.
Referenced by buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().