PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SetOpPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathleftpath
 
Pathrightpath
 
SetOpCmd cmd
 
SetOpStrategy strategy
 
ListgroupList
 
Cardinality numGroups
 

Detailed Description

Definition at line 2654 of file pathnodes.h.

Field Documentation

◆ cmd

SetOpCmd SetOpPath::cmd

Definition at line 2659 of file pathnodes.h.

◆ groupList

List* SetOpPath::groupList

Definition at line 2661 of file pathnodes.h.

◆ leftpath

Path* SetOpPath::leftpath

Definition at line 2657 of file pathnodes.h.

◆ numGroups

Cardinality SetOpPath::numGroups

Definition at line 2662 of file pathnodes.h.

◆ path

Path SetOpPath::path

Definition at line 2656 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ rightpath

Path* SetOpPath::rightpath

Definition at line 2658 of file pathnodes.h.

◆ strategy

SetOpStrategy SetOpPath::strategy

Definition at line 2660 of file pathnodes.h.


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