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

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type
 

Data Fields

Relids outerrelids
 
bool self_join
 
Listextra_clauses
 

Detailed Description

Definition at line 3786 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

UniqueRelInfo::pg_node_attr ( no_copy_equal  ,
no_read  ,
no_query_jumble   
)

Field Documentation

◆ extra_clauses

List* UniqueRelInfo::extra_clauses

Definition at line 3810 of file pathnodes.h.

◆ outerrelids

Relids UniqueRelInfo::outerrelids

Definition at line 3796 of file pathnodes.h.

◆ self_join

bool UniqueRelInfo::self_join

Definition at line 3802 of file pathnodes.h.


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