PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Definition at line 3295 of file pathnodes.h.
AggClauseCosts GroupPathExtraData::agg_final_costs |
Definition at line 3301 of file pathnodes.h.
Referenced by add_paths_to_grouping_rel(), and create_partial_grouping_paths().
AggClauseCosts GroupPathExtraData::agg_partial_costs |
Definition at line 3300 of file pathnodes.h.
Referenced by create_partial_grouping_paths().
int GroupPathExtraData::flags |
Definition at line 3298 of file pathnodes.h.
Referenced by add_paths_to_grouping_rel(), create_grouping_paths(), create_ordinary_grouping_paths(), and create_partial_grouping_paths().
Node* GroupPathExtraData::havingQual |
Definition at line 3305 of file pathnodes.h.
Referenced by add_foreign_grouping_paths(), add_paths_to_grouping_rel(), create_grouping_paths(), create_partial_grouping_paths(), and create_partitionwise_grouping_paths().
bool GroupPathExtraData::partial_costs_set |
Definition at line 3299 of file pathnodes.h.
Referenced by create_grouping_paths(), and create_partial_grouping_paths().
PartitionwiseAggregateType GroupPathExtraData::patype |
Definition at line 3307 of file pathnodes.h.
Referenced by add_foreign_grouping_paths(), create_grouping_paths(), create_ordinary_grouping_paths(), create_partial_grouping_paths(), and create_partitionwise_grouping_paths().
bool GroupPathExtraData::target_parallel_safe |
Definition at line 3304 of file pathnodes.h.
Referenced by create_grouping_paths(), and create_partitionwise_grouping_paths().
List* GroupPathExtraData::targetList |
Definition at line 3306 of file pathnodes.h.
Referenced by create_grouping_paths(), create_ordinary_grouping_paths(), create_partial_grouping_paths(), and create_partitionwise_grouping_paths().