PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
NodeTag | type |
List * | set |
Cardinality | numGroups |
Definition at line 1955 of file pathnodes.h.
Cardinality GroupingSetData::numGroups |
Definition at line 1959 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), and get_number_of_groups().
List* GroupingSetData::set |
Definition at line 1958 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), preprocess_grouping_sets(), remap_to_groupclause_idx(), and reorder_grouping_sets().
NodeTag GroupingSetData::type |
Definition at line 1957 of file pathnodes.h.