|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| NodeTag | type |
| List * | pathkeys |
| List * | clauses |
Definition at line 1730 of file pathnodes.h.
| List* GroupByOrdering::clauses |
Definition at line 1735 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 1734 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 1732 of file pathnodes.h.