|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| JoinPath | jpath |
| List * | path_mergeclauses |
| List * | outersortkeys |
| List * | innersortkeys |
| int | outer_presorted_keys |
| bool | skip_mark_restore |
| bool | materialize_inner |
Definition at line 2357 of file pathnodes.h.
| List* MergePath::innersortkeys |
Definition at line 2362 of file pathnodes.h.
Referenced by create_mergejoin_path(), create_mergejoin_plan(), final_cost_mergejoin(), and GetExistingLocalJoinPath().
| JoinPath MergePath::jpath |
Definition at line 2359 of file pathnodes.h.
Referenced by create_mergejoin_path(), create_mergejoin_plan(), and final_cost_mergejoin().
| bool MergePath::materialize_inner |
Definition at line 2366 of file pathnodes.h.
Referenced by create_mergejoin_plan(), and final_cost_mergejoin().
| int MergePath::outer_presorted_keys |
Definition at line 2363 of file pathnodes.h.
Referenced by create_mergejoin_path(), create_mergejoin_plan(), and GetExistingLocalJoinPath().
| List* MergePath::outersortkeys |
Definition at line 2361 of file pathnodes.h.
Referenced by create_mergejoin_path(), create_mergejoin_plan(), and GetExistingLocalJoinPath().
| List* MergePath::path_mergeclauses |
Definition at line 2360 of file pathnodes.h.
Referenced by create_mergejoin_path(), create_mergejoin_plan(), final_cost_mergejoin(), and reparameterize_path_by_child().
| bool MergePath::skip_mark_restore |
Definition at line 2365 of file pathnodes.h.
Referenced by create_mergejoin_plan(), and final_cost_mergejoin().