PostgreSQL Source Code  git master
RollupData Struct Reference

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type
 

Data Fields

ListgroupClause
 
Listgsets
 
Listgsets_data
 
Cardinality numGroups
 
bool hashable
 
bool is_hashed
 

Detailed Description

Definition at line 2265 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

RollupData::pg_node_attr ( no_copy_equal  ,
no_read  ,
no_query_jumble   
)

Field Documentation

◆ groupClause

List* RollupData::groupClause

◆ gsets

◆ gsets_data

List* RollupData::gsets_data

◆ hashable

bool RollupData::hashable

Definition at line 2274 of file pathnodes.h.

Referenced by consider_groupingsets_paths(), and preprocess_grouping_sets().

◆ is_hashed

bool RollupData::is_hashed

◆ numGroups


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