Header And Logo

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

Data Fields

FuncCall Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
Listfuncname
Listargs
Listagg_order
bool agg_star
bool agg_distinct
bool func_variadic
struct WindowDefover
int location

Detailed Description

Definition at line 289 of file parsenodes.h.


Field Documentation

Definition at line 296 of file parsenodes.h.

Referenced by transformColumnDefinition(), and transformFuncCall().

Definition at line 295 of file parsenodes.h.

Referenced by transformColumnDefinition(), and transformFuncCall().

Definition at line 297 of file parsenodes.h.

Referenced by transformColumnDefinition(), and transformFuncCall().

Definition at line 292 of file parsenodes.h.

Referenced by transformColumnDefinition(), and transformFuncCall().

Definition at line 299 of file parsenodes.h.

Referenced by exprLocation(), transformColumnDefinition(), and transformFuncCall().

Definition at line 291 of file parsenodes.h.


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