|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_read, no_query_jumble) NodeTag type | |
Data Fields | |
| Index | phid |
| PlaceHolderVar * | ph_var |
| Relids | ph_eval_at |
| Relids | ph_lateral |
| Relids | ph_needed |
| int32 | ph_width |
Definition at line 3373 of file pathnodes.h.
| PlaceHolderInfo::pg_node_attr | ( | no_read | , |
| no_query_jumble | |||
| ) |
| Relids PlaceHolderInfo::ph_eval_at |
Definition at line 3389 of file pathnodes.h.
| Relids PlaceHolderInfo::ph_lateral |
Definition at line 3392 of file pathnodes.h.
Referenced by extract_lateral_vars_from_PHVs().
| Relids PlaceHolderInfo::ph_needed |
Definition at line 3395 of file pathnodes.h.
| PlaceHolderVar* PlaceHolderInfo::ph_var |
Definition at line 3386 of file pathnodes.h.
| int32 PlaceHolderInfo::ph_width |
Definition at line 3398 of file pathnodes.h.
| Index PlaceHolderInfo::phid |
Definition at line 3380 of file pathnodes.h.