PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
NodeTag | type |
Oid | aggfnoid |
Oid | aggsortop |
Expr * | target |
PlannerInfo * | subroot |
Path * | path |
Cost | pathcost |
Param * | param |
Definition at line 2328 of file pathnodes.h.
Oid MinMaxAggInfo::aggfnoid |
Definition at line 2332 of file pathnodes.h.
Referenced by can_minmax_aggs(), fix_scan_expr_mutator(), and fix_upper_expr_mutator().
Oid MinMaxAggInfo::aggsortop |
Definition at line 2333 of file pathnodes.h.
Referenced by can_minmax_aggs(), and preprocess_minmax_aggregates().
Param* MinMaxAggInfo::param |
Definition at line 2338 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 2336 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), and create_minmaxagg_plan().
Cost MinMaxAggInfo::pathcost |
Definition at line 2337 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), create_minmaxagg_path(), and create_minmaxagg_plan().
PlannerInfo* MinMaxAggInfo::subroot |
Definition at line 2335 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), and create_minmaxagg_plan().
Expr* MinMaxAggInfo::target |
Definition at line 2334 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), fix_scan_expr_mutator(), fix_upper_expr_mutator(), and preprocess_minmax_aggregates().
NodeTag MinMaxAggInfo::type |
Definition at line 2330 of file pathnodes.h.