PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PlaceHolderVar Struct Reference

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_query_jumble) Expr xpr
 
Expr *phexpr pg_node_attr (equal_ignore)
 
Relids phrels pg_node_attr (equal_ignore)
 

Data Fields

Relids phnullingrels
 
Index phid
 
Index phlevelsup
 

Detailed Description

Definition at line 3084 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr() [1/3]

Expr *phexpr PlaceHolderVar::pg_node_attr ( equal_ignore  )

◆ pg_node_attr() [2/3]

Relids phrels PlaceHolderVar::pg_node_attr ( equal_ignore  )

◆ pg_node_attr() [3/3]

PlaceHolderVar::pg_node_attr ( no_query_jumble  )

Field Documentation

◆ phid

Index PlaceHolderVar::phid

Definition at line 3100 of file pathnodes.h.

◆ phlevelsup

Index PlaceHolderVar::phlevelsup

Definition at line 3103 of file pathnodes.h.

◆ phnullingrels

Relids PlaceHolderVar::phnullingrels

Definition at line 3097 of file pathnodes.h.

Referenced by adjust_standard_join_alias_expression().


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