|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
Data Fields | |
| List * | set |
| Cardinality | numGroups |
Definition at line 2496 of file pathnodes.h.
| GroupingSetData::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| Cardinality GroupingSetData::numGroups |
Definition at line 2502 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), and get_number_of_groups().
| List* GroupingSetData::set |
Definition at line 2501 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), preprocess_grouping_sets(), remap_to_groupclause_idx(), and reorder_grouping_sets().