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

#include <pathnodes.h>

Data Fields

Path path
 
Pathleftpath
 
Pathrightpath
 
SetOpCmd cmd
 
SetOpStrategy strategy
 
ListgroupList
 
Cardinality numGroups
 

Detailed Description

Definition at line 2467 of file pathnodes.h.

Field Documentation

◆ cmd

SetOpCmd SetOpPath::cmd

Definition at line 2472 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ groupList

List* SetOpPath::groupList

Definition at line 2474 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ leftpath

Path* SetOpPath::leftpath

Definition at line 2470 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ numGroups

Cardinality SetOpPath::numGroups

Definition at line 2475 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ path

Path SetOpPath::path

◆ rightpath

Path* SetOpPath::rightpath

Definition at line 2471 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ strategy

SetOpStrategy SetOpPath::strategy

Definition at line 2473 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().


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