PostgreSQL Source Code  git master
PlaceHolderInfo Struct Reference

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_read, no_query_jumble) NodeTag type
 

Data Fields

Index phid
 
PlaceHolderVarph_var
 
Relids ph_eval_at
 
Relids ph_lateral
 
Relids ph_needed
 
int32 ph_width
 

Detailed Description

Definition at line 3046 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

PlaceHolderInfo::pg_node_attr ( no_read  ,
no_query_jumble   
)

Field Documentation

◆ ph_eval_at

◆ ph_lateral

◆ ph_needed

◆ ph_var

◆ ph_width

int32 PlaceHolderInfo::ph_width

◆ phid

Index PlaceHolderInfo::phid

Definition at line 3053 of file pathnodes.h.

Referenced by find_placeholder_info(), and remove_rel_from_query().


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