PostgreSQL Source Code  git master
SpecialJoinInfo Struct Reference

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_read, no_query_jumble) NodeTag type
 

Data Fields

Relids min_lefthand
 
Relids min_righthand
 
Relids syn_lefthand
 
Relids syn_righthand
 
JoinType jointype
 
Index ojrelid
 
Relids commute_above_l
 
Relids commute_above_r
 
Relids commute_below_l
 
Relids commute_below_r
 
bool lhs_strict
 
bool semi_can_btree
 
bool semi_can_hash
 
Listsemi_operators
 
Listsemi_rhs_exprs
 

Detailed Description

Definition at line 2863 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

SpecialJoinInfo::pg_node_attr ( no_read  ,
no_query_jumble   
)

Field Documentation

◆ commute_above_l

◆ commute_above_r

◆ commute_below_l

◆ commute_below_r

◆ jointype

◆ lhs_strict

◆ min_lefthand

◆ min_righthand

◆ ojrelid

◆ semi_can_btree

◆ semi_can_hash

◆ semi_operators

◆ semi_rhs_exprs

◆ syn_lefthand

◆ syn_righthand


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