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 413 of file parsenodes.h.
bool FuncCall::agg_distinct |
Definition at line 423 of file parsenodes.h.
Referenced by makeFuncCall().
Node* FuncCall::agg_filter |
Definition at line 419 of file parsenodes.h.
Referenced by makeFuncCall(), and raw_expression_tree_walker_impl().
List* FuncCall::agg_order |
Definition at line 418 of file parsenodes.h.
Referenced by makeFuncCall(), and raw_expression_tree_walker_impl().
bool FuncCall::agg_star |
Definition at line 422 of file parsenodes.h.
Referenced by makeFuncCall().
bool FuncCall::agg_within_group |
Definition at line 421 of file parsenodes.h.
Referenced by makeFuncCall().
List* FuncCall::args |
Definition at line 417 of file parsenodes.h.
Referenced by makeFuncCall(), and raw_expression_tree_walker_impl().
bool FuncCall::func_variadic |
Definition at line 424 of file parsenodes.h.
Referenced by makeFuncCall().
CoercionForm FuncCall::funcformat |
Definition at line 425 of file parsenodes.h.
Referenced by makeFuncCall().
List* FuncCall::funcname |
Definition at line 416 of file parsenodes.h.
Referenced by makeFuncCall().
int FuncCall::location |
Definition at line 426 of file parsenodes.h.
Referenced by makeFuncCall().
struct WindowDef* FuncCall::over |
Definition at line 420 of file parsenodes.h.
Referenced by makeFuncCall(), and raw_expression_tree_walker_impl().
NodeTag FuncCall::type |
Definition at line 415 of file parsenodes.h.