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 2270 of file pathnodes.h.
List* MergePath::innersortkeys |
Definition at line 2275 of file pathnodes.h.
Referenced by create_mergejoin_path(), create_mergejoin_plan(), final_cost_mergejoin(), and GetExistingLocalJoinPath().
JoinPath MergePath::jpath |
Definition at line 2272 of file pathnodes.h.
Referenced by create_mergejoin_path(), create_mergejoin_plan(), and final_cost_mergejoin().
bool MergePath::materialize_inner |
Definition at line 2279 of file pathnodes.h.
Referenced by create_mergejoin_plan(), and final_cost_mergejoin().
int MergePath::outer_presorted_keys |
Definition at line 2276 of file pathnodes.h.
Referenced by create_mergejoin_path(), create_mergejoin_plan(), and GetExistingLocalJoinPath().
List* MergePath::outersortkeys |
Definition at line 2274 of file pathnodes.h.
Referenced by create_mergejoin_path(), create_mergejoin_plan(), and GetExistingLocalJoinPath().
List* MergePath::path_mergeclauses |
Definition at line 2273 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 2278 of file pathnodes.h.
Referenced by create_mergejoin_plan(), and final_cost_mergejoin().