PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 3373 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

PlaceHolderInfo::pg_node_attr ( no_read  ,
no_query_jumble   
)

Field Documentation

◆ ph_eval_at

Relids PlaceHolderInfo::ph_eval_at

Definition at line 3389 of file pathnodes.h.

◆ ph_lateral

Relids PlaceHolderInfo::ph_lateral

Definition at line 3392 of file pathnodes.h.

Referenced by extract_lateral_vars_from_PHVs().

◆ ph_needed

Relids PlaceHolderInfo::ph_needed

Definition at line 3395 of file pathnodes.h.

◆ ph_var

PlaceHolderVar* PlaceHolderInfo::ph_var

Definition at line 3386 of file pathnodes.h.

◆ ph_width

int32 PlaceHolderInfo::ph_width

Definition at line 3398 of file pathnodes.h.

◆ phid

Index PlaceHolderInfo::phid

Definition at line 3380 of file pathnodes.h.


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