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

Field Documentation

◆ distinctList

List* RecursiveUnionPath::distinctList

Definition at line 2657 of file pathnodes.h.

◆ leftpath

Path* RecursiveUnionPath::leftpath

Definition at line 2655 of file pathnodes.h.

◆ numGroups

Cardinality RecursiveUnionPath::numGroups

Definition at line 2659 of file pathnodes.h.

◆ path

Path RecursiveUnionPath::path

Definition at line 2654 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ rightpath

Path* RecursiveUnionPath::rightpath

Definition at line 2656 of file pathnodes.h.

◆ wtParam

int RecursiveUnionPath::wtParam

Definition at line 2658 of file pathnodes.h.


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