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

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
ListgroupClause
 
Listqual
 

Detailed Description

Definition at line 2360 of file pathnodes.h.

Field Documentation

◆ groupClause

List* GroupPath::groupClause

Definition at line 2364 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

◆ path

Path GroupPath::path

◆ qual

List* GroupPath::qual

Definition at line 2365 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

◆ subpath

Path* GroupPath::subpath

Definition at line 2363 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().


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