PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 2584 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

Definition at line 2589 of file pathnodes.h.

◆ gsets

List* RollupData::gsets

Definition at line 2590 of file pathnodes.h.

◆ gsets_data

List* RollupData::gsets_data

Definition at line 2591 of file pathnodes.h.

◆ hashable

bool RollupData::hashable

Definition at line 2593 of file pathnodes.h.

◆ is_hashed

bool RollupData::is_hashed

Definition at line 2594 of file pathnodes.h.

◆ numGroups

Cardinality RollupData::numGroups

Definition at line 2592 of file pathnodes.h.


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