PostgreSQL Source Code  git master
standard_qp_extra Struct Reference

Data Fields

ListactiveWindows
 
grouping_sets_datagset_data
 
SetOperationStmtsetop
 

Detailed Description

Definition at line 119 of file planner.c.

Field Documentation

◆ activeWindows

List* standard_qp_extra::activeWindows

Definition at line 121 of file planner.c.

Referenced by grouping_planner(), and standard_qp_callback().

◆ gset_data

grouping_sets_data* standard_qp_extra::gset_data

Definition at line 122 of file planner.c.

Referenced by grouping_planner(), and standard_qp_callback().

◆ setop

SetOperationStmt* standard_qp_extra::setop

Definition at line 123 of file planner.c.

Referenced by grouping_planner(), and standard_qp_callback().


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