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

#include <pathnodes.h>

Data Fields

Path path
 
Pathleftpath
 
Pathrightpath
 
ListdistinctList
 
int wtParam
 
Cardinality numGroups
 

Detailed Description

Definition at line 2668 of file pathnodes.h.

Field Documentation

◆ distinctList

List* RecursiveUnionPath::distinctList

Definition at line 2673 of file pathnodes.h.

◆ leftpath

Path* RecursiveUnionPath::leftpath

Definition at line 2671 of file pathnodes.h.

◆ numGroups

Cardinality RecursiveUnionPath::numGroups

Definition at line 2675 of file pathnodes.h.

◆ path

Path RecursiveUnionPath::path

Definition at line 2670 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ rightpath

Path* RecursiveUnionPath::rightpath

Definition at line 2672 of file pathnodes.h.

◆ wtParam

int RecursiveUnionPath::wtParam

Definition at line 2674 of file pathnodes.h.


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