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 2233 of file pathnodes.h.

Field Documentation

◆ groupClause

List* GroupPath::groupClause

Definition at line 2237 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

◆ path

Path GroupPath::path

Definition at line 2235 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

◆ qual

List* GroupPath::qual

Definition at line 2238 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

◆ subpath

Path* GroupPath::subpath

Definition at line 2236 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().


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