|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_read, no_query_jumble) NodeTag type | |
Data Fields | |
| Aggref * | aggref |
| Relids | agg_eval_at |
Definition at line 3366 of file pathnodes.h.
| AggClauseInfo::pg_node_attr | ( | no_read | , |
| no_query_jumble | |||
| ) |
| Relids AggClauseInfo::agg_eval_at |
Definition at line 3376 of file pathnodes.h.
Referenced by create_agg_clause_infos(), eager_aggregation_possible_for_relation(), and is_var_in_aggref_only().
| Aggref* AggClauseInfo::aggref |
Definition at line 3373 of file pathnodes.h.
Referenced by create_agg_clause_infos(), create_rel_agg_info(), eager_aggregation_possible_for_relation(), and is_var_in_aggref_only().