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