PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Aggref * | representative_aggref |
int | transno |
bool | shareable |
Oid | finalfn_oid |
Definition at line 2682 of file pathnodes.h.
Oid AggInfo::finalfn_oid |
Definition at line 2701 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
Aggref* AggInfo::representative_aggref |
Definition at line 2690 of file pathnodes.h.
Referenced by can_minmax_aggs(), find_compatible_agg(), get_agg_clause_costs(), and preprocess_aggref().
bool AggInfo::shareable |
Definition at line 2698 of file pathnodes.h.
Referenced by find_compatible_agg(), and preprocess_aggref().
int AggInfo::transno |
Definition at line 2692 of file pathnodes.h.
Referenced by find_compatible_agg(), and preprocess_aggref().