|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (abstract) Path path | |
Data Fields | |
| JoinType | jointype |
| bool | inner_unique |
| Path * | outerjoinpath |
| Path * | innerjoinpath |
| List * | joinrestrictinfo |
Definition at line 2363 of file pathnodes.h.
| JoinPath::pg_node_attr | ( | abstract | ) |
| bool JoinPath::inner_unique |
Definition at line 2371 of file pathnodes.h.
| Path* JoinPath::innerjoinpath |
Definition at line 2375 of file pathnodes.h.
Referenced by approx_tuple_count(), final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), get_param_path_clause_serials(), path_is_reparameterizable_by_child(), and reparameterize_path_by_child().
| List* JoinPath::joinrestrictinfo |
Definition at line 2377 of file pathnodes.h.
Referenced by final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), get_param_path_clause_serials(), and reparameterize_path_by_child().
| JoinType JoinPath::jointype |
Definition at line 2369 of file pathnodes.h.
Referenced by final_cost_hashjoin(), final_cost_mergejoin(), and final_cost_nestloop().
| Path* JoinPath::outerjoinpath |
Definition at line 2374 of file pathnodes.h.
Referenced by approx_tuple_count(), final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), get_param_path_clause_serials(), path_is_reparameterizable_by_child(), and reparameterize_path_by_child().