PostgreSQL Source Code: GroupingSetData Struct Reference (original) (raw)

#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>

Public Member Functions
Data Fields
List * set
Cardinality numGroups

Detailed Description

Definition at line 2409 of file pathnodes.h.

Member Function Documentation

pg_node_attr()

GroupingSetData::pg_node_attr ( no_copy_equal ,
no_read ,
no_query_jumble
)

Field Documentation

numGroups

Cardinality GroupingSetData::numGroups

Definition at line 2415 of file pathnodes.h.

Referenced by consider_groupingsets_paths(), and get_number_of_groups().

set

List* GroupingSetData::set

Definition at line 2414 of file pathnodes.h.

Referenced by consider_groupingsets_paths(), preprocess_grouping_sets(), remap_to_groupclause_idx(), and reorder_grouping_sets().


The documentation for this struct was generated from the following file: