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

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_read, no_query_jumble) NodeTag type
 

Data Fields

Aggrefaggref
 
Relids agg_eval_at
 

Detailed Description

Definition at line 3444 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

AggClauseInfo::pg_node_attr ( no_read  ,
no_query_jumble   
)

Field Documentation

◆ agg_eval_at

Relids AggClauseInfo::agg_eval_at

Definition at line 3454 of file pathnodes.h.

◆ aggref

Aggref* AggClauseInfo::aggref

Definition at line 3451 of file pathnodes.h.


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