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