PostgreSQL Source Code
git master
|
#include <parsenodes.h>
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 |
int | location |
Definition at line 377 of file parsenodes.h.
bool FuncCall::agg_distinct |
Definition at line 387 of file parsenodes.h.
Referenced by makeFuncCall().
Node* FuncCall::agg_filter |
Definition at line 383 of file parsenodes.h.
Referenced by makeFuncCall(), and raw_expression_tree_walker().
List* FuncCall::agg_order |
Definition at line 382 of file parsenodes.h.
Referenced by makeFuncCall(), and raw_expression_tree_walker().
bool FuncCall::agg_star |
Definition at line 386 of file parsenodes.h.
Referenced by makeFuncCall().
bool FuncCall::agg_within_group |
Definition at line 385 of file parsenodes.h.
Referenced by makeFuncCall().
List* FuncCall::args |
Definition at line 381 of file parsenodes.h.
Referenced by makeFuncCall(), raw_expression_tree_walker(), and transformCallStmt().
bool FuncCall::func_variadic |
Definition at line 388 of file parsenodes.h.
Referenced by makeFuncCall().
CoercionForm FuncCall::funcformat |
Definition at line 389 of file parsenodes.h.
Referenced by makeFuncCall().
List* FuncCall::funcname |
Definition at line 380 of file parsenodes.h.
Referenced by makeFuncCall(), and transformCallStmt().
int FuncCall::location |
Definition at line 390 of file parsenodes.h.
Referenced by makeFuncCall(), and transformCallStmt().
struct WindowDef* FuncCall::over |
Definition at line 384 of file parsenodes.h.
Referenced by makeFuncCall(), and raw_expression_tree_walker().
NodeTag FuncCall::type |
Definition at line 379 of file parsenodes.h.