PostgreSQL Source Code  git master
RecursiveUnionPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathleftpath
 
Pathrightpath
 
ListdistinctList
 
int wtParam
 
Cardinality numGroups
 

Detailed Description

Definition at line 2333 of file pathnodes.h.

Field Documentation

◆ distinctList

List* RecursiveUnionPath::distinctList

Definition at line 2338 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().

◆ leftpath

Path* RecursiveUnionPath::leftpath

Definition at line 2336 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().

◆ numGroups

Cardinality RecursiveUnionPath::numGroups

Definition at line 2340 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().

◆ path

Path RecursiveUnionPath::path

Definition at line 2335 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().

◆ rightpath

Path* RecursiveUnionPath::rightpath

Definition at line 2337 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().

◆ wtParam

int RecursiveUnionPath::wtParam

Definition at line 2339 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().


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