|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Definition at line 3634 of file pathnodes.h.
| AggClauseCosts GroupPathExtraData::agg_final_costs |
Definition at line 3640 of file pathnodes.h.
Referenced by add_paths_to_grouping_rel(), and create_partial_grouping_paths().
| AggClauseCosts GroupPathExtraData::agg_partial_costs |
Definition at line 3639 of file pathnodes.h.
Referenced by create_partial_grouping_paths().
| int GroupPathExtraData::flags |
Definition at line 3637 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 3644 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 3638 of file pathnodes.h.
Referenced by create_grouping_paths(), and create_partial_grouping_paths().
| PartitionwiseAggregateType GroupPathExtraData::patype |
Definition at line 3646 of file pathnodes.h.
Referenced by add_foreign_grouping_paths(), create_grouping_paths(), create_ordinary_grouping_paths(), and create_partial_grouping_paths().
| bool GroupPathExtraData::target_parallel_safe |
Definition at line 3643 of file pathnodes.h.
Referenced by create_grouping_paths(), and create_partitionwise_grouping_paths().
| List* GroupPathExtraData::targetList |
Definition at line 3645 of file pathnodes.h.
Referenced by add_paths_to_grouping_rel(), create_grouping_paths(), create_ordinary_grouping_paths(), create_partial_grouping_paths(), and create_partitionwise_grouping_paths().