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 2682 of file pathnodes.h.

Field Documentation

◆ distinctList

List* RecursiveUnionPath::distinctList

Definition at line 2687 of file pathnodes.h.

◆ leftpath

Path* RecursiveUnionPath::leftpath

Definition at line 2685 of file pathnodes.h.

◆ numGroups

Cardinality RecursiveUnionPath::numGroups

Definition at line 2689 of file pathnodes.h.

◆ path

Path RecursiveUnionPath::path

Definition at line 2684 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ rightpath

Path* RecursiveUnionPath::rightpath

Definition at line 2686 of file pathnodes.h.

◆ wtParam

int RecursiveUnionPath::wtParam

Definition at line 2688 of file pathnodes.h.


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