PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FuncCall Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listfuncname
 
Listargs
 
Listagg_order
 
Nodeagg_filter
 
struct WindowDefover
 
int ignore_nulls
 
bool agg_within_group
 
bool agg_star
 
bool agg_distinct
 
bool func_variadic
 
CoercionForm funcformat
 
ParseLoc location
 

Detailed Description

Definition at line 448 of file parsenodes.h.

Field Documentation

◆ agg_distinct

bool FuncCall::agg_distinct

Definition at line 459 of file parsenodes.h.

Referenced by makeFuncCall().

◆ agg_filter

Node* FuncCall::agg_filter

Definition at line 454 of file parsenodes.h.

Referenced by makeFuncCall(), and raw_expression_tree_walker_impl().

◆ agg_order

List* FuncCall::agg_order

Definition at line 453 of file parsenodes.h.

Referenced by makeFuncCall(), and raw_expression_tree_walker_impl().

◆ agg_star

bool FuncCall::agg_star

Definition at line 458 of file parsenodes.h.

Referenced by makeFuncCall().

◆ agg_within_group

bool FuncCall::agg_within_group

Definition at line 457 of file parsenodes.h.

Referenced by makeFuncCall().

◆ args

List* FuncCall::args

Definition at line 452 of file parsenodes.h.

Referenced by makeFuncCall(), and raw_expression_tree_walker_impl().

◆ func_variadic

bool FuncCall::func_variadic

Definition at line 460 of file parsenodes.h.

Referenced by makeFuncCall().

◆ funcformat

CoercionForm FuncCall::funcformat

Definition at line 461 of file parsenodes.h.

Referenced by makeFuncCall().

◆ funcname

List* FuncCall::funcname

Definition at line 451 of file parsenodes.h.

Referenced by makeFuncCall().

◆ ignore_nulls

int FuncCall::ignore_nulls

Definition at line 456 of file parsenodes.h.

◆ location

ParseLoc FuncCall::location

Definition at line 462 of file parsenodes.h.

Referenced by makeFuncCall().

◆ over

struct WindowDef* FuncCall::over

Definition at line 455 of file parsenodes.h.

Referenced by makeFuncCall(), and raw_expression_tree_walker_impl().

◆ type

NodeTag FuncCall::type

Definition at line 450 of file parsenodes.h.


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