PostgreSQL Source Code git master
Loading...
Searching...
No Matches
GroupByColInfo Struct Reference

Data Fields

AttrNumber attno
 
Listeq_opfamilies
 
Oid coll
 

Detailed Description

Definition at line 90 of file initsplan.c.

Field Documentation

◆ attno

AttrNumber GroupByColInfo::attno

Definition at line 92 of file initsplan.c.

Referenced by remove_useless_groupby_columns().

◆ coll

Oid GroupByColInfo::coll

Definition at line 94 of file initsplan.c.

Referenced by remove_useless_groupby_columns().

◆ eq_opfamilies

List* GroupByColInfo::eq_opfamilies

Definition at line 93 of file initsplan.c.

Referenced by remove_useless_groupby_columns().


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