PostgreSQL Source Code git master
SetOpPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathleftpath
 
Pathrightpath
 
SetOpCmd cmd
 
SetOpStrategy strategy
 
ListgroupList
 
Cardinality numGroups
 

Detailed Description

Definition at line 2361 of file pathnodes.h.

Field Documentation

◆ cmd

SetOpCmd SetOpPath::cmd

Definition at line 2366 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ groupList

List* SetOpPath::groupList

Definition at line 2368 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ leftpath

Path* SetOpPath::leftpath

Definition at line 2364 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ numGroups

Cardinality SetOpPath::numGroups

Definition at line 2369 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ path

Path SetOpPath::path

Definition at line 2363 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ rightpath

Path* SetOpPath::rightpath

Definition at line 2365 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ strategy

SetOpStrategy SetOpPath::strategy

Definition at line 2367 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().


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