|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
Data Fields | |
| List * | groupClause |
| List * | gsets |
| List * | gsets_data |
| Cardinality | numGroups |
| bool | hashable |
| bool | is_hashed |
Definition at line 2506 of file pathnodes.h.
| RollupData::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| List* RollupData::groupClause |
Definition at line 2511 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), create_groupingsets_plan(), get_number_of_groups(), and preprocess_grouping_sets().
| List* RollupData::gsets |
Definition at line 2512 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), create_groupingsets_path(), create_groupingsets_plan(), get_number_of_groups(), and preprocess_grouping_sets().
| List* RollupData::gsets_data |
Definition at line 2513 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), get_number_of_groups(), and preprocess_grouping_sets().
| bool RollupData::hashable |
Definition at line 2515 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), and preprocess_grouping_sets().
| bool RollupData::is_hashed |
Definition at line 2516 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), create_groupingsets_path(), and create_groupingsets_plan().
| Cardinality RollupData::numGroups |
Definition at line 2514 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), create_groupingsets_path(), create_groupingsets_plan(), and get_number_of_groups().