Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

Aggref Struct Reference

#include <primnodes.h>

Data Fields

Expr xpr
Oid aggfnoid
Oid aggtype
Oid aggcollid
Oid inputcollid
Listargs
Listaggorder
Listaggdistinct
bool aggstar
Index agglevelsup
int location

Detailed Description

Definition at line 240 of file primnodes.h.


Field Documentation

Definition at line 245 of file primnodes.h.

Definition at line 250 of file primnodes.h.

Referenced by get_agg_expr(), and ParseFuncOrColumn().

Definition at line 244 of file primnodes.h.

Referenced by ExecInitAgg(), and ParseFuncOrColumn().

Definition at line 246 of file primnodes.h.

Referenced by ExecInitAgg().

Definition at line 252 of file primnodes.h.

Referenced by ParseFuncOrColumn(), and transformAggregateCall().

Definition at line 242 of file primnodes.h.


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