PostgreSQL Source Code  git master
GroupPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
ListgroupClause
 
Listqual
 

Detailed Description

Definition at line 2212 of file pathnodes.h.

Field Documentation

◆ groupClause

List* GroupPath::groupClause

Definition at line 2216 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

◆ path

Path GroupPath::path

Definition at line 2214 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

◆ qual

List* GroupPath::qual

Definition at line 2217 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

◆ subpath

Path* GroupPath::subpath

Definition at line 2215 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().


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