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 2444 of file pathnodes.h.
Oid MinMaxAggInfo::aggfnoid |
Definition at line 2448 of file pathnodes.h.
Referenced by can_minmax_aggs(), fix_scan_expr_mutator(), and fix_upper_expr_mutator().
Oid MinMaxAggInfo::aggsortop |
Definition at line 2449 of file pathnodes.h.
Referenced by can_minmax_aggs(), and preprocess_minmax_aggregates().
Param* MinMaxAggInfo::param |
Definition at line 2454 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 2452 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), and create_minmaxagg_plan().
Cost MinMaxAggInfo::pathcost |
Definition at line 2453 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 2451 of file pathnodes.h.
Referenced by build_minmax_path(), can_minmax_aggs(), and create_minmaxagg_plan().
Expr* MinMaxAggInfo::target |
Definition at line 2450 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 2446 of file pathnodes.h.