PostgreSQL Source Code: FuncCall Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
List * funcname
List * args
List * agg_order
Node * agg_filter
struct WindowDef * over
bool agg_within_group
bool agg_star
bool agg_distinct
bool func_variadic
CoercionForm funcformat
ParseLoc location

Definition at line 434 of file parsenodes.h.

agg_distinct

bool FuncCall::agg_distinct

agg_filter

Node* FuncCall::agg_filter

agg_order

List* FuncCall::agg_order

agg_star

agg_within_group

bool FuncCall::agg_within_group

args

func_variadic

bool FuncCall::func_variadic

funcformat

funcname

location

over

type


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