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 3135 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 3142 of file pathnodes.h.
Referenced by can_minmax_aggs(), and find_minmax_agg_replacement_param().
Oid MinMaxAggInfo::aggsortop |
Definition at line 3145 of file pathnodes.h.
Referenced by can_minmax_aggs(), and preprocess_minmax_aggregates().
Param* MinMaxAggInfo::param |
Definition at line 3163 of file pathnodes.h.
Referenced by can_minmax_aggs(), create_minmaxagg_plan(), find_minmax_agg_replacement_param(), and preprocess_minmax_aggregates().
Path* MinMaxAggInfo::path |
Definition at line 3157 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), create_minmaxagg_path(), and create_minmaxagg_plan().
Cost MinMaxAggInfo::pathcost |
Definition at line 3160 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), create_minmaxagg_path(), and create_minmaxagg_plan().
Expr* MinMaxAggInfo::target |
Definition at line 3148 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), find_minmax_agg_replacement_param(), and preprocess_minmax_aggregates().