PostgreSQL Source Code git master
Loading...
Searching...
No Matches
MergePath Struct Reference

#include <pathnodes.h>

Data Fields

JoinPath jpath
 
Listpath_mergeclauses
 
Listoutersortkeys
 
Listinnersortkeys
 
int outer_presorted_keys
 
bool skip_mark_restore
 
bool materialize_inner
 

Detailed Description

Definition at line 2436 of file pathnodes.h.

Field Documentation

◆ innersortkeys

List* MergePath::innersortkeys

Definition at line 2441 of file pathnodes.h.

Referenced by final_cost_mergejoin(), and GetExistingLocalJoinPath().

◆ jpath

JoinPath MergePath::jpath

Definition at line 2438 of file pathnodes.h.

Referenced by final_cost_mergejoin().

◆ materialize_inner

bool MergePath::materialize_inner

Definition at line 2445 of file pathnodes.h.

Referenced by final_cost_mergejoin().

◆ outer_presorted_keys

int MergePath::outer_presorted_keys

Definition at line 2442 of file pathnodes.h.

◆ outersortkeys

List* MergePath::outersortkeys

Definition at line 2440 of file pathnodes.h.

Referenced by GetExistingLocalJoinPath().

◆ path_mergeclauses

List* MergePath::path_mergeclauses

Definition at line 2439 of file pathnodes.h.

Referenced by final_cost_mergejoin().

◆ skip_mark_restore

bool MergePath::skip_mark_restore

Definition at line 2444 of file pathnodes.h.

Referenced by final_cost_mergejoin().


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