|
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 3422 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 3429 of file pathnodes.h.
| Oid MinMaxAggInfo::aggsortop |
Definition at line 3432 of file pathnodes.h.
| Param* MinMaxAggInfo::param |
Definition at line 3450 of file pathnodes.h.
Referenced by find_minmax_agg_replacement_param(), and preprocess_minmax_aggregates().
| Path* MinMaxAggInfo::path |
Definition at line 3444 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and create_minmaxagg_path().
| Cost MinMaxAggInfo::pathcost |
Definition at line 3447 of file pathnodes.h.
| Expr* MinMaxAggInfo::target |
Definition at line 3435 of file pathnodes.h.