|
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 2436 of file pathnodes.h.
| List* MergePath::innersortkeys |
Definition at line 2441 of file pathnodes.h.
Referenced by final_cost_mergejoin(), and GetExistingLocalJoinPath().
| JoinPath MergePath::jpath |
Definition at line 2438 of file pathnodes.h.
Referenced by final_cost_mergejoin().
| bool MergePath::materialize_inner |
Definition at line 2445 of file pathnodes.h.
Referenced by final_cost_mergejoin().
| int MergePath::outer_presorted_keys |
Definition at line 2442 of file pathnodes.h.
| List* MergePath::outersortkeys |
Definition at line 2440 of file pathnodes.h.
Referenced by GetExistingLocalJoinPath().
| List* MergePath::path_mergeclauses |
Definition at line 2439 of file pathnodes.h.
Referenced by final_cost_mergejoin().
| bool MergePath::skip_mark_restore |
Definition at line 2444 of file pathnodes.h.
Referenced by final_cost_mergejoin().