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