|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
Data Fields | |
| Relids | ppi_req_outer |
| Cardinality | ppi_rows |
| List * | ppi_clauses |
| Bitmapset * | ppi_serials |
Definition at line 1898 of file pathnodes.h.
| ParamPathInfo::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| List* ParamPathInfo::ppi_clauses |
Definition at line 1906 of file pathnodes.h.
| Relids ParamPathInfo::ppi_req_outer |
Definition at line 1904 of file pathnodes.h.
| Cardinality ParamPathInfo::ppi_rows |
Definition at line 1905 of file pathnodes.h.
| Bitmapset* ParamPathInfo::ppi_serials |
Definition at line 1907 of file pathnodes.h.