PostgreSQL Source Code: GroupPath Struct Reference (original) (raw)

#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>

Data Fields
Path path
Path * subpath
List * groupClause
List * qual

Detailed Description

Definition at line 2368 of file pathnodes.h.

Field Documentation

groupClause

List* GroupPath::groupClause

Definition at line 2372 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

path

Path GroupPath::path

Definition at line 2370 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify(), create_group_path(), and create_group_plan().

qual

List* GroupPath::qual

Definition at line 2373 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().

subpath

Path* GroupPath::subpath

Definition at line 2371 of file pathnodes.h.

Referenced by create_group_path(), and create_group_plan().


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