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

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type
 

Data Fields

RestrictInforinfo
 
SpecialJoinInfosjinfo
 

Detailed Description

Definition at line 3219 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

OuterJoinClauseInfo::pg_node_attr ( no_copy_equal  ,
no_read  ,
no_query_jumble   
)

Field Documentation

◆ rinfo

RestrictInfo* OuterJoinClauseInfo::rinfo

Definition at line 3224 of file pathnodes.h.

◆ sjinfo

SpecialJoinInfo* OuterJoinClauseInfo::sjinfo

Definition at line 3225 of file pathnodes.h.


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