PostgreSQL Source Code: ParseNamespaceColumn Struct Reference (original) (raw)

#include <[parse_node.h](parse%5F%5Fnode%5F8h%5Fsource.html)>

Data Fields
Index p_varno
AttrNumber p_varattno
Oid p_vartype
int32 p_vartypmod
Oid p_varcollid
VarReturningType p_varreturningtype
Index p_varnosyn
AttrNumber p_varattnosyn
bool p_dontexpand

Detailed Description

Definition at line 344 of file parse_node.h.

Field Documentation

p_dontexpand

bool ParseNamespaceColumn::p_dontexpand

Definition at line 354 of file parse_node.h.

Referenced by addRangeTableEntryForCTE(), and expandNSItemVars().

p_varattno

AttrNumber ParseNamespaceColumn::p_varattno

Definition at line 347 of file parse_node.h.

Referenced by buildGroupedVar(), buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().

p_varattnosyn

AttrNumber ParseNamespaceColumn::p_varattnosyn

Definition at line 353 of file parse_node.h.

Referenced by buildGroupedVar(), buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().

p_varcollid

Oid ParseNamespaceColumn::p_varcollid

Definition at line 350 of file parse_node.h.

Referenced by buildGroupedVar(), buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().

p_varno

Index ParseNamespaceColumn::p_varno

Definition at line 346 of file parse_node.h.

Referenced by buildGroupedVar(), buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().

p_varnosyn

Index ParseNamespaceColumn::p_varnosyn

Definition at line 352 of file parse_node.h.

Referenced by buildGroupedVar(), buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().

p_varreturningtype

VarReturningType ParseNamespaceColumn::p_varreturningtype

Definition at line 351 of file parse_node.h.

Referenced by buildVarFromNSColumn(), and expandNSItemVars().

p_vartype

Oid ParseNamespaceColumn::p_vartype

Definition at line 348 of file parse_node.h.

Referenced by buildGroupedVar(), buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().

p_vartypmod

int32 ParseNamespaceColumn::p_vartypmod

Definition at line 349 of file parse_node.h.

Referenced by buildGroupedVar(), buildNSItemFromLists(), buildNSItemFromTupleDesc(), buildVarFromNSColumn(), expandNSItemVars(), scanNSItemForColumn(), transformFromClauseItem(), and transformSetOperationStmt().


The documentation for this struct was generated from the following file: