PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Public Member Functions | |
pg_node_attr (no_copy_equal, no_read) 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 3039 of file pathnodes.h.
MinMaxAggInfo::pg_node_attr | ( | no_copy_equal | , |
no_read | |||
) |
PlannerInfo* subroot MinMaxAggInfo::pg_node_attr | ( | read_write_ignore | ) |
Oid MinMaxAggInfo::aggfnoid |
Definition at line 3046 of file pathnodes.h.
Referenced by can_minmax_aggs(), fix_scan_expr_mutator(), and fix_upper_expr_mutator().
Oid MinMaxAggInfo::aggsortop |
Definition at line 3049 of file pathnodes.h.
Referenced by can_minmax_aggs(), and preprocess_minmax_aggregates().
Param* MinMaxAggInfo::param |
Definition at line 3067 of file pathnodes.h.
Referenced by can_minmax_aggs(), create_minmaxagg_plan(), fix_scan_expr_mutator(), fix_upper_expr_mutator(), and preprocess_minmax_aggregates().
Path* MinMaxAggInfo::path |
Definition at line 3061 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), and create_minmaxagg_plan().
Cost MinMaxAggInfo::pathcost |
Definition at line 3064 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 3052 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), fix_scan_expr_mutator(), fix_upper_expr_mutator(), and preprocess_minmax_aggregates().