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

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (abstract) Path path
 

Data Fields

JoinType jointype
 
bool inner_unique
 
Pathouterjoinpath
 
Pathinnerjoinpath
 
Listjoinrestrictinfo
 

Detailed Description

Definition at line 2363 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

JoinPath::pg_node_attr ( abstract  )

Field Documentation

◆ inner_unique

bool JoinPath::inner_unique

Definition at line 2371 of file pathnodes.h.

◆ innerjoinpath

◆ joinrestrictinfo

◆ jointype

JoinType JoinPath::jointype

Definition at line 2369 of file pathnodes.h.

Referenced by final_cost_hashjoin(), final_cost_mergejoin(), and final_cost_nestloop().

◆ outerjoinpath


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