PostgreSQL Source Code  git master
FindColsContext Struct Reference

Data Fields

bool is_aggref
 
Bitmapsetaggregated
 
Bitmapsetunaggregated
 

Detailed Description

Definition at line 360 of file nodeAgg.c.

Field Documentation

◆ aggregated

Bitmapset* FindColsContext::aggregated

Definition at line 363 of file nodeAgg.c.

◆ is_aggref

bool FindColsContext::is_aggref

Definition at line 362 of file nodeAgg.c.

◆ unaggregated

Bitmapset* FindColsContext::unaggregated

Definition at line 364 of file nodeAgg.c.


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