|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| NodeTag | type |
| List * | pathkeys |
| List * | clauses |
Definition at line 1828 of file pathnodes.h.
| List* GroupByOrdering::clauses |
Definition at line 1833 of file pathnodes.h.
Referenced by add_paths_to_grouping_rel(), create_partial_grouping_paths(), and get_useful_group_keys_orderings().
| List* GroupByOrdering::pathkeys |
Definition at line 1832 of file pathnodes.h.
Referenced by add_paths_to_grouping_rel(), create_partial_grouping_paths(), and get_useful_group_keys_orderings().
| NodeTag GroupByOrdering::type |
Definition at line 1830 of file pathnodes.h.