|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
| PlannerInfo *subroot | pg_node_attr (read_write_ignore) |
Data Fields | |
| Oid | aggfnoid |
| Oid | aggsortop |
| Expr * | target |
| Path * | path |
| Cost | pathcost |
| Param * | param |
Definition at line 3406 of file pathnodes.h.
| MinMaxAggInfo::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| PlannerInfo *subroot MinMaxAggInfo::pg_node_attr | ( | read_write_ignore | ) |
| Oid MinMaxAggInfo::aggfnoid |
Definition at line 3413 of file pathnodes.h.
| Oid MinMaxAggInfo::aggsortop |
Definition at line 3416 of file pathnodes.h.
| Param* MinMaxAggInfo::param |
Definition at line 3434 of file pathnodes.h.
Referenced by find_minmax_agg_replacement_param(), and preprocess_minmax_aggregates().
| Path* MinMaxAggInfo::path |
Definition at line 3428 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and create_minmaxagg_path().
| Cost MinMaxAggInfo::pathcost |
Definition at line 3431 of file pathnodes.h.
| Expr* MinMaxAggInfo::target |
Definition at line 3419 of file pathnodes.h.