PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
RecursiveUnionPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathleftpath
 
Pathrightpath
 
ListdistinctList
 
int wtParam
 
Cardinality numGroups
 

Detailed Description

Definition at line 2481 of file pathnodes.h.

Field Documentation

◆ distinctList

List* RecursiveUnionPath::distinctList

Definition at line 2486 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().

◆ leftpath

Path* RecursiveUnionPath::leftpath

Definition at line 2484 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().

◆ numGroups

Cardinality RecursiveUnionPath::numGroups

Definition at line 2488 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().

◆ path

Path RecursiveUnionPath::path

◆ rightpath

Path* RecursiveUnionPath::rightpath

Definition at line 2485 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().

◆ wtParam

int RecursiveUnionPath::wtParam

Definition at line 2487 of file pathnodes.h.

Referenced by create_recursiveunion_path(), and create_recursiveunion_plan().


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