PostgreSQL Source Code
git master
|
Data Fields | |
List * | rollups |
List * | hash_sets_idx |
double | dNumHashGroups |
bool | any_hashable |
Bitmapset * | unsortable_refs |
Bitmapset * | unhashable_refs |
List * | unsortable_sets |
int * | tleref_to_colnum_map |
bool grouping_sets_data::any_hashable |
Definition at line 102 of file planner.c.
Referenced by consider_groupingsets_paths(), create_grouping_paths(), and preprocess_grouping_sets().
double grouping_sets_data::dNumHashGroups |
Definition at line 101 of file planner.c.
Referenced by consider_groupingsets_paths(), and get_number_of_groups().
List* grouping_sets_data::hash_sets_idx |
Definition at line 100 of file planner.c.
Referenced by get_number_of_groups(), and preprocess_grouping_sets().
List* grouping_sets_data::rollups |
Definition at line 99 of file planner.c.
Referenced by consider_groupingsets_paths(), create_grouping_paths(), get_number_of_groups(), preprocess_grouping_sets(), and standard_qp_callback().
int* grouping_sets_data::tleref_to_colnum_map |
Definition at line 106 of file planner.c.
Referenced by consider_groupingsets_paths(), and preprocess_grouping_sets().
Bitmapset* grouping_sets_data::unhashable_refs |
Definition at line 104 of file planner.c.
Referenced by preprocess_grouping_sets().
Bitmapset* grouping_sets_data::unsortable_refs |
Definition at line 103 of file planner.c.
Referenced by preprocess_grouping_sets().
List* grouping_sets_data::unsortable_sets |
Definition at line 105 of file planner.c.
Referenced by consider_groupingsets_paths(), get_number_of_groups(), and preprocess_grouping_sets().