PostgreSQL Source Code  git master
AggInfo Struct Reference

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type
 

Data Fields

Listaggrefs
 
int transno
 
bool shareable
 
Oid finalfn_oid
 

Detailed Description

Definition at line 3351 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

AggInfo::pg_node_attr ( no_copy_equal  ,
no_read  ,
no_query_jumble   
)

Field Documentation

◆ aggrefs

◆ finalfn_oid

Oid AggInfo::finalfn_oid

Definition at line 3375 of file pathnodes.h.

Referenced by get_agg_clause_costs(), and preprocess_aggref().

◆ shareable

bool AggInfo::shareable

Definition at line 3372 of file pathnodes.h.

Referenced by find_compatible_agg(), and preprocess_aggref().

◆ transno

int AggInfo::transno

Definition at line 3366 of file pathnodes.h.

Referenced by find_compatible_agg(), and preprocess_aggref().


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