PostgreSQL Source Code  git master
MergePath Struct Reference

#include <pathnodes.h>

Data Fields

JoinPath jpath
 
Listpath_mergeclauses
 
Listoutersortkeys
 
Listinnersortkeys
 
bool skip_mark_restore
 
bool materialize_inner
 

Detailed Description

Definition at line 2119 of file pathnodes.h.

Field Documentation

◆ innersortkeys

List* MergePath::innersortkeys

◆ jpath

JoinPath MergePath::jpath

◆ materialize_inner

bool MergePath::materialize_inner

Definition at line 2126 of file pathnodes.h.

Referenced by create_mergejoin_plan(), and final_cost_mergejoin().

◆ outersortkeys

List* MergePath::outersortkeys

Definition at line 2123 of file pathnodes.h.

Referenced by create_mergejoin_path(), and create_mergejoin_plan().

◆ path_mergeclauses

List* MergePath::path_mergeclauses

◆ skip_mark_restore

bool MergePath::skip_mark_restore

Definition at line 2125 of file pathnodes.h.

Referenced by create_mergejoin_plan(), and final_cost_mergejoin().


The documentation for this struct was generated from the following file: