PostgreSQL Source Code  git master
SetOpPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
SetOpCmd cmd
 
SetOpStrategy strategy
 
ListdistinctList
 
AttrNumber flagColIdx
 
int firstFlag
 
Cardinality numGroups
 

Detailed Description

Definition at line 2318 of file pathnodes.h.

Field Documentation

◆ cmd

SetOpCmd SetOpPath::cmd

Definition at line 2322 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ distinctList

List* SetOpPath::distinctList

Definition at line 2324 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ firstFlag

int SetOpPath::firstFlag

Definition at line 2326 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ flagColIdx

AttrNumber SetOpPath::flagColIdx

Definition at line 2325 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ numGroups

Cardinality SetOpPath::numGroups

Definition at line 2327 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ path

Path SetOpPath::path

Definition at line 2320 of file pathnodes.h.

Referenced by create_setop_path().

◆ strategy

SetOpStrategy SetOpPath::strategy

Definition at line 2323 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().

◆ subpath

Path* SetOpPath::subpath

Definition at line 2321 of file pathnodes.h.

Referenced by create_setop_path(), and create_setop_plan().


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