PostgreSQL Source Code git master
|
Data Fields | |
bool | is_aggref |
Bitmapset * | aggregated |
Bitmapset * | unaggregated |
Bitmapset* FindColsContext::aggregated |
Definition at line 363 of file nodeAgg.c.
Referenced by find_cols_walker().
bool FindColsContext::is_aggref |
Definition at line 362 of file nodeAgg.c.
Referenced by find_cols(), and find_cols_walker().
Bitmapset* FindColsContext::unaggregated |
Definition at line 364 of file nodeAgg.c.
Referenced by find_cols_walker().