PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
NodeTag | type |
List * | groupClause |
List * | gsets |
List * | gsets_data |
Cardinality | numGroups |
bool | hashable |
bool | is_hashed |
Definition at line 1962 of file pathnodes.h.
List* RollupData::groupClause |
Definition at line 1965 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 1966 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 1967 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), get_number_of_groups(), and preprocess_grouping_sets().
bool RollupData::hashable |
Definition at line 1969 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), and preprocess_grouping_sets().
bool RollupData::is_hashed |
Definition at line 1970 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), create_groupingsets_path(), and create_groupingsets_plan().
Cardinality RollupData::numGroups |
Definition at line 1968 of file pathnodes.h.
Referenced by consider_groupingsets_paths(), create_groupingsets_path(), create_groupingsets_plan(), and get_number_of_groups().
NodeTag RollupData::type |
Definition at line 1964 of file pathnodes.h.