Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

MinMaxAggInfo Struct Reference

#include <relation.h>

Data Fields

NodeTag type
Oid aggfnoid
Oid aggsortop
Expr * target
PlannerInfo * subroot
Path * path
Cost pathcost
Param * param

Detailed Description

Definition at line 1502 of file relation.h.


Field Documentation

Definition at line 1506 of file relation.h.

Referenced by find_minmax_aggs_walker(), and replace_aggs_with_params_mutator().

Definition at line 1507 of file relation.h.

Referenced by find_minmax_aggs_walker(), and preprocess_minmax_aggregates().

Definition at line 1510 of file relation.h.

Referenced by build_minmax_path(), find_minmax_aggs_walker(), and make_agg_subplan().

Definition at line 1509 of file relation.h.

Referenced by build_minmax_path(), find_minmax_aggs_walker(), and make_agg_subplan().

Definition at line 1504 of file relation.h.


The documentation for this struct was generated from the following file: