PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Public Member Functions | |
pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
Data Fields | |
List * | aggrefs |
int | transno |
bool | shareable |
Oid | finalfn_oid |
Definition at line 3371 of file pathnodes.h.
AggInfo::pg_node_attr | ( | no_copy_equal | , |
no_read | , | ||
no_query_jumble | |||
) |
List* AggInfo::aggrefs |
Definition at line 3383 of file pathnodes.h.
Referenced by adjust_group_pathkeys_for_groupagg(), can_minmax_aggs(), find_compatible_agg(), get_agg_clause_costs(), and preprocess_aggref().
Oid AggInfo::finalfn_oid |
Definition at line 3395 of file pathnodes.h.
Referenced by get_agg_clause_costs(), and preprocess_aggref().
bool AggInfo::shareable |
Definition at line 3392 of file pathnodes.h.
Referenced by find_compatible_agg(), and preprocess_aggref().
int AggInfo::transno |
Definition at line 3386 of file pathnodes.h.
Referenced by find_compatible_agg(), and preprocess_aggref().