|
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 3389 of file pathnodes.h.
| PlaceHolderInfo::pg_node_attr | ( | no_read | , |
| no_query_jumble | |||
| ) |
| Relids PlaceHolderInfo::ph_eval_at |
Definition at line 3405 of file pathnodes.h.
| Relids PlaceHolderInfo::ph_lateral |
Definition at line 3408 of file pathnodes.h.
Referenced by extract_lateral_vars_from_PHVs().
| Relids PlaceHolderInfo::ph_needed |
Definition at line 3411 of file pathnodes.h.
| PlaceHolderVar* PlaceHolderInfo::ph_var |
Definition at line 3402 of file pathnodes.h.
| int32 PlaceHolderInfo::ph_width |
Definition at line 3414 of file pathnodes.h.
| Index PlaceHolderInfo::phid |
Definition at line 3396 of file pathnodes.h.